有志者,事竟成。百二秦关终属楚!苦心人,天不负,三千越甲可吞吴!

摘要: 一、创建与测试Movie对象 class Movie { String title; String genre; int rating; void playIt(){ System.out.println("Playing the movie"); } } public class MovieTes 阅读全文
posted @ 2019-04-25 11:22 知意 阅读(130) 评论(0) 推荐(0) 编辑