<form>元素的几种引用方法: var form=document.getElementById("form1")var form=document.forms[0];var form=document.forms["form2"];var form=document.from2(不推荐)