Methods md = new Methods();
        string file_path = System.Web.HttpContext.Current.Server.MapPath(ConfigurationManager.AppSettings["SericeCenterFilePath"]);
        string file_content = md.Read_TextFile(file_path);file_content 是一个字符串,想把他在网页上显示出来。