SetElement.created 构造函数

SetElement.created()

由 DOM 在创建自定义元素时实例化的构造函数。

此函数只能由子类在其创建构造函数中调用。

实现

SetElement.created() : super.created();