如何确定输入字符串是否在JSP中以指定的后缀结尾?
的FN:的endsWith()函数确定与一个指定的后缀的输入串的端部。
语法
该FN:的endsWith()函数的语法如下-
boolean endsWith(java.lang.String, java.lang.String)
示例
以下示例说明了fn:substring函数的功能-
<%@ 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 = "theString" value = "I am a test String 123"/>
<c:if test = "${fn:endsWith(theString, '123')}">
<p>String ends with 123<p>
</c:if>
<c:if test = "${fn:endsWith(theString, 'TEST')}">
<p>String ends with TEST<p>
</c:if>
</body>
</html>您将收到以下结果-
String ends with 123
热门推荐
10 简短的爱情生日祝福语
11 2026新年的简短祝福语
12 毕业女孩祝福语简短独特
13 最新高考祝福语 简短
14 关于水的简短祝福语
15 退休的祝福语简短精辟
16 男生节搞笑简短祝福语
17 新年至客户祝福语简短
18 妈妈的祝福语简短优美