posts - 20,comments - 6,trackbacks - 0
public static String isNull(Object obj){
    
if(null == obj || ((String)obj).equals("")||obj.equals("null")||obj.equals("NULL")){
            
return "" ;
        }

        
return (String)obj;
    }
posted on 2009-05-15 09:41 Johnhe 阅读(186) 评论(0)  编辑  收藏 所属分类: J2SE

只有注册用户登录后才能发表评论。


网站导航: