//Custom Element with shadow DOM class ImgFigure extends HTMLElement { connectedCallback() { this.dom = this.attachShadow({mode: 'open'}); this.
確定! 回上一頁