1、form表单提交
(1)form表单提交,先验证onsubmit方法返回的值,return true则通过action提交后台,否则不做提交
2、jQuery对象转为DOM对象
(1)$('button')[1].firstChild.nodeValue;