2024-11-26 15:35:29 +08:00
|
|
|
|
<%@ page contentType="text/html;charset=gb2312" %>
|
2024-12-16 19:45:31 +08:00
|
|
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
|
|
|
|
|
2024-11-26 15:35:29 +08:00
|
|
|
|
<html>
|
2024-12-16 19:45:31 +08:00
|
|
|
|
<head><title>Using URL JSTL</title></head>
|
2024-11-26 15:35:29 +08:00
|
|
|
|
<body>
|
2024-12-16 19:45:31 +08:00
|
|
|
|
<h3><3E><><EFBFBD>ǰ<EFBFBD><C7B0><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD></h3>
|
|
|
|
|
|
|
|
|
|
|
|
<c:import url="included.jsp" charEncoding = "gb2312">
|
|
|
|
|
|
<c:param name="userName" value="Harry Porter" />
|
|
|
|
|
|
</c:import>
|
|
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
2024-11-26 15:35:29 +08:00
|
|
|
|
</body>
|
2024-12-16 19:45:31 +08:00
|
|
|
|
</html>
|