//当第一次使用时初始化该对象 public static XmlRW GetXmlRW() { if (instance == null) { instance = new XmlRW(); } return(instance); }
//当第一次使用时初始化该对象 public static XmlRW GetXmlRW() { if (instance == null) { instance = new XmlRW(); } return instance; }