用jstl标签判断一个字符串是否包含了另一个字符串

<c:if test="${fn:contains(str1,str2)}">
原文地址:https://www.cnblogs.com/henuyuxiang/p/7613783.html