摘要: HttpWebRequest wwb = (HttpWebRequest)WebRequest.Create(url); wwb.UserAgent = "Mozilla/5.0";//用户代理;与浏览器相关;没有的话,可能会导致GetResponse() ... 阅读全文
posted @ 2015-12-03 11:20 Alfred.Xu 阅读(232) 评论(0) 推荐(0) 编辑
摘要: class Program { static string result1 = null; static void Main(string[] args) { string result= printresult(); ... 阅读全文
posted @ 2015-12-03 10:42 Alfred.Xu 阅读(262) 评论(0) 推荐(0) 编辑