Javascript-onload 使用

等待網頁資料載入 在執行動作

   //確保資料載入完成 在執行function
        window.onload = init;

        function init() {}