摘要: org.apache.commons.lang.StringUtils中常用的方法,这里主要列举String中没有,且比较有用的方法: 1. 检查字符串是否为空: static boolean isBlank(CharSequence str) 判断字符串是否为空或null; static bool 阅读全文
posted @ 2016-11-05 15:35 fuzhihong0917 阅读(1237) 评论(0) 推荐(0)