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