在JavaScript中: object.onload = function(){myScript};; 在JavaScript中,使用addEventListener()方法: object.addEventListener("load", myScript);.
確定! 回上一頁