摘要:
import java.util.Map; /** * 非空验证工具类 */ public class UntilEmpty { /** * @see: 验证string类型的是否为空 */ public static boolean isNullorEmpty(String str) { //为了执行忽略大小写的比较,可以调用equ... 阅读全文
posted @ 2016-12-07 10:49
FlyingJiang
阅读(3983)
评论(0)
推荐(0)
浙公网安备 33010602011771号