1 var e = new CustomEvent( event 2 { 3 detail: data 4 }); 5 6 document.dispatchEvent(e);. 始终通过DOM 文档发送事件。您可以在Web 引擎上所运行的JavaScript 代码中 ...
確定! 回上一頁