window.onload = init();. assigns the onload event to whatever is returned from the init function when it's executed. init will be executed immediately, (like, ...
確定! 回上一頁