string path = HttpContext.Current.Server.MapPath("/文件夹/名称.txt"); string ss = File.ReadAllText(path, Encoding.UTF8);