以jstl function为例
1.在右键 viewController 添加jstl标签库
2.在jspx页面 添加标签
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
3.编写代码
<af:outputText value="#{fn:contains(test.msgs,'a')}" id="ot1" inlineStyle="color:Red;"
binding="#{test.showMsg}"/>
附 jstl 函数表
http://www.runoob.com/jsp/jsp-jstl.html
本文介绍了如何在JSP页面中使用JSTL函数库,包括添加标签库、使用fn函数集进行字符串处理等操作,并提供了具体示例。
6010

被折叠的 条评论
为什么被折叠?



