class Square extends HTMLElement { static get observedAttributes() { return ['content']; } constructor(val) { super(); console.log('inside ...
確定! 回上一頁