摘要: 1、public static boolean isEmpty(String str)判断某字符串是否为empty,标准是 null == str 或 str.length() == 02、public static boolean isBlank(String str)判断某字符串是否为blank,标准是null == str 或 str.length() == 0 或 由一系列的空格组成" ... 阅读全文
posted @ 2016-09-01 10:00 大风起兮云飞扬++ 阅读(156) 评论(0) 推荐(0)