快乐的搬砖块

导航

2015年5月15日 #

java通用的方法整理

摘要: 判断字符串是否为空public static boolean IsEmpty(String str){ if (str == null){ return true; } if ("".equals(str)){ ... 阅读全文

posted @ 2015-05-15 12:28 恋shang未来 阅读(209) 评论(0) 推荐(0) 编辑