freemarker 判断包含一个字符串

<#if "a,b,c,"?contains("a")>
  xxxx
</#if>

猜你喜欢

转载自www.cnblogs.com/zwgblogs/p/12097855.html