Element.img 构造函数

Element.img()

创建一个新的 `` 元素。

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

实现

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