摘要: //引用 import org.apache.commons.lang3.StringUtils; //统计一字符串在另一字符串中出现次数 StringUtils.countMatches("abba", "a");// 2 //删除字符串中的梭有空格 StringUtils.deleteWhite 阅读全文
posted @ 2021-11-02 14:54 李沁小迷弟 阅读(661) 评论(0) 推荐(0)