java_web/webapp/redirect_test.jsp

13 lines
358 B
Plaintext
Raw Normal View History

2024-12-16 19:45:31 +08:00
<%@ page contentType="text/html;charset=gb2312" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head><title>Using Redirect Tag</title></head>
<body>
<h3>ʹ<><CAB9>redirect<63><74>ǩ</h3>
<c:redirect url = "import_test.jsp">
<c:param name = "userName" value = "<22><><EFBFBD><EFBFBD>.<2E><><EFBFBD><EFBFBD>" />
</c:redirect>>
<c:out value="<22>ô<EFBFBD><C3B4><EFBFBD>ᱻִ<E1B1BB><D6B4>" />
</body>
</html>