当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM forms 集合
The forms collection returns a reference to all Form objects in the document.
forms 集合可用来返回文档中所有Form对象的参考
document.forms[] |
<html> <form name="Form1"></form> <script type="text/javascript"> </body> |
Count the number of forms in a document
计算文档中form的数量
Access an item in a collection
访问集合中的某个项目