window.addEventListener('load', function(event) { }); ... window.onload = function(event) { }; ... Learn more about the DOMContentLoaded event on MDN
確定! 回上一頁