我的 BootStrap 網頁

我們系上很需要大家!學習 HTML, CSS, bootstrap, javascript, php 很棒

unit12.1.1

Hello World Java 程式學習

/*
 *定義一個文件檔案,編譯且執行後,螢幕上會出現『 Hello, World! 』字樣。
 */
public class HelloWorld {
    public static void main( String[] args ) {
        System.out.println( "Hello, World!" );
    }
}
/*文件檔案結束*/
常見按鈕
  • 中斷按鈕請按下ctrl+c
  • 瀏覽器刷新螢幕shift + [f5]