圖片 Hsun
說明

李易勳的 bootstrap 學習網站

HTML + CSS + bootstrap +一點點網頁程式語言
有點難玩

leehsun031201@gmail.com

我的 Bootstrap 學習重點

10.1.C: 使用 alert 搭配 pre 做程式碼的顯示,還有按鍵的顯示

Hello World Java 程式學習

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