JAVA之旅——入門

入門代碼編寫:Hello.java public class Hello { public static void main(String args[]) { System.out.println(「這是一個簡單的Java應用程序」); Student stu=new Student(); stu.speak(「We are students」); } } class Student{ publi
相關文章
相關標籤/搜索