If you want the onload method to take parameters, you can do something similar to this: window.onload = function() { yourFunction(param1, ...
確定! 回上一頁