当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM name 属性
The length property sets or returns the name of a form.
length 属性可设置或返回表单的name
formObject.name=formname |
The following example returns the name of the form:
举例将返回表单的name:
<html> |
Get the name of a <form> element
得到表单元素的name