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)
2015年5月11日 #
posted @ 2015-05-11 10:49 恋shang未来 阅读(282) 评论(0) 推荐(0)
2014年1月3日 #
posted @ 2014-01-03 13:03 恋shang未来 阅读(949) 评论(0) 推荐(0)
posted @ 2014-01-03 11:33 恋shang未来 阅读(408) 评论(0) 推荐(0)
2013年12月6日 #
posted @ 2013-12-06 19:06 恋shang未来 阅读(299) 评论(0) 推荐(0)