报错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<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(╯□╰)o2016-08-05
举报