<%@ page language= "java" contentType= "text/html; charset=UTF-8" |
pageEncoding= "UTF-8" %> |
<%@ taglib uri= "http://java.sun.com/jsp/jstl/core" prefix= "c" %> |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" > |
<html> |
<head> |
<meta http-equiv= "Content-Type" content= "text/html; charset=UTF-8" > |
<title>Insert title here</title> |
</head> |
<body> |
<!-- 注意 : 在 学习文件上传 和下载的 时候 会用 到 |
/day14/ 1 .jsp?name=美国队长 2 美国队长 2 |
--> |
<c:url value= "/day14/1.jsp" var= "i" > |
<c:param name= "name" value= "张三" ></c:param> |
</c:url> |
|
${i } |
</body> |
</html> |