create and dispatch custom event, including the payload. var ev = new CustomEvent('someEvent',{detail:data});. document.dispatchEvent(ev);.
確定! 回上一頁