Jsp:Unreachable code

代码:

<html>
<body>
<% response.sendRedirect("home/hello");return;%>
</body>
</html>

报错:

Unreachable code
1: <html>
2: <body>
3: <% response.sendRedirect("home/hello");return;%>
4: </body>
5: </html>

修正:

去掉return语句;

posted @ 2018-10-26 22:25  it_dog_zhang  阅读(256)  评论(0)    收藏  举报