如何转义可以在JSP中解释为XML标记的字符?
的FN:将escapeXml()函数转义,可以被解释为XML标记字符。
语法
该FN:将escapeXml()函数的语法如下-
java.lang.String escapeXml(java.lang.String)
示例
以下是解释fn:escapeXml()函数功能的示例-
<%@ taglib uri = "http://java.sun.com/jsp/jstl/core" prefix = "c" %>
<%@ taglib uri = "http://java.sun.com/jsp/jstl/functions" prefix = "fn" %>
<html>
<head>
<title>Using JSTL Functions</title>
</head>
<body>
<c:set var = "string1" value = "This is first String."/>
<c:set var = "string2" value = "This <abc>is second String.</abc>"/>
<p>With escapeXml() Function:</p>
<p>string (1) : ${fn:escapeXml(string1)}</p>
<p>string (2) : ${fn:escapeXml(string2)}</p>
<p>Without escapeXml() Function:</p>
<p>string (1) : ${string1}</p>
<p>string (2) : ${string2}</p>
</body>
</html>您将收到以下结果-
With escapeXml() Function: string (1) : This is first String. string (2) : This <abc>is second String.</abc> Without escapeXml() Function − string (1) : This is first String. string (2) : This is second String.
热门推荐
6 带猫的祝福语简短
10 新年祝福语简短小猪
11 海南考试祝福语结婚简短
12 节日结束祝福语简短的
13 虎年春节拜年祝福语简短
14 小班小孩生日祝福语简短
15 新年儿童祝福语大全 简短
16 订婚祝福语简短诗句
17 虎年幽默搞笑简短祝福语
18 元旦祝福语同学简短创意