报错undefined(已解决)

来源:4-1 JSTL函数之常用函数(Ⅰ)

红袖侍读

2016-08-05 03:34

<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
写回答 关注

3回答

  • 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

    这个方法在函数库里没有

    红袖侍读

    有的,我上面不是补充了么,老师ppt里给的函数掉了个s而已

    2016-08-08 05:42:28

    共 1 条回复 >

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

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

JSP常用标签

配置及使用常用JSTL标签,这是一项必备的基本技能

46088 学习 · 80 问题

查看课程

相似问题