response.redirect 调转到新页面报错

是这样写的代码:

Response.Redirect(“http://localhost:8080/projectL/allLogin.html”); 

后台直接报错,经查看搜索后如下解决

在代码后面添加 return; 后 页面访问到了

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/192544.html

(0)
上一篇 2021年11月15日
下一篇 2021年11月15日

相关推荐

发表回复

登录后才能评论