Java第一课

public class Hello { public static void main (String args []){ System.out.println("你们好!"); System.out.println("Nice to meet you"); Student stu = new Student(); stu.speak("We are students");
相关文章
相关标签/搜索