class WhatsUp extends HTMLElement { connectedCallback() { const button = this.querySelector("button"); button.addEventListener("click", this ...
確定! 回上一頁