平時做專案經常需要使用window.onload, 用法如下: function func(){alert("this is window onload event!");return;} window.onload=func; ...
確定! 回上一頁