class myCustomElement extends HTMLElement { constructor() { super(); const shadowroot = this.attachShadow({mode: 'open'}); } [... REST OF CODE ...
確定! 回上一頁