form.submit()方法缺陷
<SCRIPT type='text/javascript'> function firstpage(){ var theform=document.getElementById('fmcc'); theform.action=theform.action+'?curpage=2';document.location.href=theform.action;}</SCRIPT>
?用这种方式可以传递成功,前台地址栏位:
http://localhost:8080/pageTest/lpm/step.action?curpage=2?有带上参数