摘要:
private static HomePageVO _HomePageVO; //反序列化 public HomePageVO GetHomePageVO() { if (_HomePageVO == null) { string strFile = System.Web.HttpContext.Current.Server.MapPath("~/___DB/HomePageVO.xml"); HomePageVO vo; if (System.IO.File.Exists(strFile)) { using (FileStream fs = new FileStream( 阅读全文