摘要:
/// <summary> /// XML响应通用解释器。 /// </summary> public class XmlParser<T> : IParser<T> where T : Response { private static Regex regex = new Regex("<(http://www.cnblogs.com/luozhai714/admin/file://w/+?)[ >]", RegexOptions.Compiled); private static Hashtable parse 阅读全文