The first thing is to create our custom event by calling the CustomEvent constructor: let myEvent = new CustomEvent("myEventName");.
確定! 回上一頁