摘要: string err = "Hellod world"; FileStream fs = null; string filePath = HttpContext.Current.Server.MapPath("~/Error.txt"); if (!File.Exists(filePath)) { 阅读全文
posted @ 2016-04-20 17:56 Pavilion 阅读(237) 评论(0) 推荐(0)