response.sendredirect是在servlet里面跳转的,post在Ajax或者Struts框架里面使用时response.sendredirect就不起作用了,你可以用window.open("URL");或者location.href("URL");在JQuery里面跳转。
顶一下
(0)
0%
踩一下
(0)
0%
- 相关评论
- 我要评论
-