Element.audio 构造函数

Element.audio()

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

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

实现

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