文件名称:forward.jsp
<html> <head><title> 跳转 </title> </head> <body> <jsp:forward page="index.htm"/> </body> </html>如果运行以上jsp文件,地址栏的内容为
<html> <head><title> 跳转 </title> </head> <body> <jsp:forward page="index.htm"/> </body> </html>如果运行以上jsp文件,地址栏的内容为
http://127.0.0.1:8080/myjsp/forward.jsp
http://127.0.0.1:8080/myjsp/index.jsp
http://127.0.0.1:8080/myjsp/index.htm
http://127.0.0.1:8080/myjsp/forward.htm