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