摘要: string url = "http://yyyd.gyzs.net/"; WebClient client = new WebClient(); string v = client.DownloadString(url); string[] dates = v.Replace("<div class=", "~").Split('~'); string[] date1 = dates[3]... 阅读全文
posted @ 2009-10-26 10:27 winform 阅读(404) 评论(0) 推荐(0)