Skip to content

Commit 53897d8

Browse files
author
xiachaochao
committed
aaa
1 parent 3154676 commit 53897d8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<%@ page language="java" contentType="text/html; charset=UTF-8"
2+
pageEncoding="UTF-8"%>
3+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4+
<html>
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<title>Insert title here</title>
8+
</head>
9+
<body>
10+
<%
11+
pageContext.setAttribute("info", "<www.crazyjava.cn>");
12+
%>
13+
<h3>属性存在:<c:out value="${info}"/></h3>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)