wait for the window to load and then run a function. Javascript. window.onload = function() { my_function(); } function my_function() ...
確定! 回上一頁