摘要: private void FileDownload(string FullFileName) //下载xml文件{ FileInfoDownloadFile = new FileInfo(FullFileName); this.Response.Clear(); this.Res... 阅读全文
posted @ 2009-03-09 21:33 binlunia 阅读(141) 评论(0) 推荐(0)
摘要: 欢迎访问广告之家:http://www.adggs.comstring xml_path =Server.MapPath("../xml/"); if (!Directory.Exists(xml_path)) { return; } ... 阅读全文
posted @ 2009-03-09 18:31 binlunia 阅读(146) 评论(0) 推荐(0)