Hello World Java 程式學習
/* *定義一個文件檔案,編譯且執行後,螢幕上會出現『 Hello, World! 』字樣。 */ public class HelloWorld { public static void main( String[] args ) { System.out.println( "Hello, World!" ); } } /* 文件檔案結束 */常見按鈕
- 中斷按鈕請下 ctrl + c
- 瀏覽器刷新螢幕 shift + [f5]
大二同學要記得玩 HTML + CSS + bootstrap + 一點點網頁程式語言
這樣就組合成你的整體網站囉
janelee8293@gmail.com
10.1.C:用 bootstrap 顯示程式碼效果
/* *定義一個文件檔案,編譯且執行後,螢幕上會出現『 Hello, World! 』字樣。 */ public class HelloWorld { public static void main( String[] args ) { System.out.println( "Hello, World!" ); } } /* 文件檔案結束 */常見按鈕