在页面里面我们一般都通过form表单和Ajax向后台提交请求,可是我现在页面没有form表单,也不想通过ajax异步提交。
解决方案如下:location.href="${rootPath}/record/exportScanningDetailExcel.htm?allRecordIds="+allRecordIds; (当前页面打开URL页面)
jsp不通过form和Ajax提交,布布扣,bubuko.com
原文地址:http://blog.csdn.net/zl544434558/article/details/38232043