FormEditor.Add

FormEditor.Add<T> method

创建一个新的HTMLElement并将其添加到表单的末尾。

public T Add<T>(string name)
    where T : FormElement
范围描述
T表单元素的类型
name元素名称

返回值

表单元素的新实例

也可以看看