close
[展示影片]
[程式寫法]
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" in the terminal window.
System.out.println("測試輸出!");
}
}
文章標籤
全站熱搜
[展示影片]
[程式寫法]
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" in the terminal window.
System.out.println("測試輸出!");
}
}