The common ways to run Javascript after page load are: Add an event listener – document.addEventListener("load", FUNCTION);; Add onload to ...
確定! 回上一頁