Object o1=s.getAttribute("baocunflag");
changeId=o.toString();
if(o1==null){System.out.println("OK");}
if(changeId.equals(""){System.out.println("OK");}
//对象O1为空“”,字符串数据changeId也判断为空。
Object o1=s.getAttribute("baocunflag");
changeId=o.toString();
if(o1==null){System.out.println("OK");}
if(changeId.equals(""){System.out.println("OK");}
//对象O1为空“”,字符串数据changeId也判断为空。