skitter
2016-12-26 本文已影响0人
他在发呆
http://www.5icool.org/demo/2012/a00565/?animation=random
在原生js中
想要获取from表单
使用:document.forms就可以获取页面中所有表单,并以数组的形式展现你出来,再使用document.forms[0].elements就可以遍历出第一个表单里面的所有子元素
http://www.5icool.org/demo/2012/a00565/?animation=random
在原生js中
想要获取from表单
使用:document.forms就可以获取页面中所有表单,并以数组的形式展现你出来,再使用document.forms[0].elements就可以遍历出第一个表单里面的所有子元素