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');