initMouseEvent ("mousemove", true, true, window); document.getElementById("test").dispatchEvent(e); } $("#test").on("mousemove", youCantHandleTheFunc); ...
確定! 回上一頁