Since initEvent is deprecated here , it's better to use Event constructor like this: window.document.dispatchEvent(new Event("DOMContentLoaded", { bubbles: true ...
確定! 回上一頁