13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
|
|
<%@ 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>
|