const sendEvent = new Event("sendMsg") document.addEventListener("sendMsg",print) document.dispatchEvent(sendEvent) function print() ...
確定! 回上一頁