button 提交表单注意 今天在做任务时,出现一个问题:用》<input type=button onclick="functionMethod()">,提交表单时,在ie8上成功跳转,然而在i6 i7上却没有反应,最后查找原因是:form表单method=get,改为post 运行正常。