We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3154676 commit 53897d8Copy full SHA for 53897d8
1 file changed
JavaWeb/WebContent/JSTL/MLDN/out_demo.jsp
@@ -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