摘要: #region 读取xml文件指定节点下的值 XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml(result); XmlNode root = xmlDoc.SelectSingleNode("//response"); if (root != n... 阅读全文
posted @ 2017-03-06 22:18 孔小爽 阅读(7813) 评论(0) 推荐(0) 编辑
摘要: #region GET POST /// /// Get String data = GetString(URL , "PKEY=" + Pkeylist); /// /// /// /// public static string GetString(string UR... 阅读全文
posted @ 2017-03-06 22:17 孔小爽 阅读(707) 评论(0) 推荐(0) 编辑
作者:孔小爽 引用请标明出处:https://www.cnblogs.com/kongxiaoshuang/