作用:方便在jsp页面中使用String的一些方法
fn:toLowerCase: 变小写
fn:toUpperCase: 变大写
fn:trim :去掉头尾空格
fn:length: 得到字符串,数组,集合的长度
fn:contains: 搜索指定字符串,是否包含某个内容
本文共 192 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/kmexiaoxiao/p/5115084.html