The way we fire an event programmatically is by using the dispatchEvent method: let myEvent = new CustomEvent("myEventName"); document ...
確定! 回上一頁