Element.option 构造函数

Element.option()

创建一个新的 <option> 元素。

这等价于调用 new Element.tag('option')

实现

factory Element.option() => new Element.tag('option');