<c:out value="${fn:endWith('hello,world','world')}"/> 报错说The function endWith cannot be located with the specified prefix 前面contains还没问题的,不知道endWith为啥说不在fn里,摸不着头脑,求指点 ps:翻下节课程时发现老师这里给的函数掉了一个字母s,应该是endsWith,o(╯□╰)o
<c:out value="“你好,Hello World中是否包含“world”${fn:containsIgnoreCase('你好Hello World','world')}"></c:out>
这个方法在函数库里没有
这函数库里所以报错个方法没有在JSTL没有,