我要知道博客技术分享
摘要: #region C# Get请求数据 /// <summary> /// C# Get请求数据 /// </summary> /// <param name="url">请求的URL地址</param> /// <returns></returns> private static string GetResult(string url) { WebClient wc = new WebClient(); string s = wc.DownloadString(url); s = HttpUtility 阅读全文
posted @ 2012-06-13 13:44 mylove温纯 阅读(584) 评论(0) 推荐(0) 编辑
我要知道 Copyright ©2011-2015 mylove温纯