dispatchEvent (new CustomEvent("hello", { detail: { name: "John" } })); </script>. The detail property can have any data.
確定! 回上一頁