forward简单问题一个
程序代码:
<html>
<head>
<title>forward example</title>
</head>
<body bgcolor=red>
welcome to here!
<jsp:forward page="forward1.jsp">
</body>
</html>
就这么一段代码,TMD的怎么搞都是错,谁帮忙指点一下,急!急!急!急!急!急! <head>
<title>forward example</title>
</head>
<body bgcolor=red>
welcome to here!
<jsp:forward page="forward1.jsp">
</body>
</html>
搜索更多相关主题的帖子:
forward 简单问题
----------------解决方案--------------------------------------------------------
</jsp:forward>这个东西哪去了不错就不对了
----------------解决方案--------------------------------------------------------