java通用的方法整理
摘要:
判断字符串是否为空public static boolean IsEmpty(String str){ if (str == null){ return true; } if ("".equals(str)){ ... 阅读全文
posted @ 2015-05-15 12:28 恋shang未来 阅读(214) 评论(0) 推荐(0)
2015年5月15日 #
posted @ 2015-05-15 12:28 恋shang未来 阅读(214) 评论(0) 推荐(0)