appendElement
fun Element.appendElement(
name: String,
init: Element.() -> Unit
): Element
Platform and version requirements: JS
Appends a newly created element with the specified name to this element.
The element is initialized with the speicifed 登录查看完整内容