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