摘要:
XmlHelper是一个工具类 public static class XMLHelper { /// <summary> /// XML的编码方式,默认是UTF-8 /// </summary> public static Encoding xmlEncode; /// <summary> /// 阅读全文
摘要:
一般我们在asp.net中使用HttpContext.Current.Request.MapPath或者 HttpContext.Current.Server.MapPath来获取文件的绝对路径, public Class1() { string file = HttpContext.Current 阅读全文