onmousemove = function(){myScript};. In JavaScript, using the addEventListener() method: object.addEventListener("mousemove", myScript);.
確定! 回上一頁