Element.section 构造函数
创建一个新的 <section>
元素。
这与调用 new Element.tag('section')
等效。
实现
factory Element.section() => new Element.tag('section');
创建一个新的 <section>
元素。
这与调用 new Element.tag('section')
等效。
factory Element.section() => new Element.tag('section');