sddasdf
// 1. 通过is=""定义的元素,不会执行自定义的constructor
// 2. is=""只能扩展已有元素,如HTMLButtonElement
// 3. 扩展已有元素如HTMLButtonElement,不能通过  方式实例化
// 4. IE所有版本都不支持 class XElem {}
// 5. Firefox 中事件绑定及 元素操作 都只能 放在 connectedCallback 中
// 6. Chrome 中 事件绑定 可以放在 constructor 中