问答详情
源自:4-1 JSTL函数之常用函数(Ⅰ)

报错undefined(已解决)

<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

提问者:红袖侍读 2016-08-05 03:34

个回答

  • Lastlove
    2016-09-22 16:41:25

    <c:out value="“你好,Hello World中是否包含“world”${fn:containsIgnoreCase('你好Hello World','world')}"></c:out>


  • 这样挺好
    2016-08-07 19:51:51

    这个方法在函数库里没有

  • 这样挺好
    2016-08-07 19:51:10

    函数库里所以报错个方法没有在JSTL没有,