摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Net; using System.IO; using System.Text.RegularExpressions;namespace ConsoleApplication1 { class Program { static void Main(string[] args) { WebClient client = new WebClient(); ... 阅读全文
posted @ 2013-05-16 20:53 晴天有时下鱼 阅读(364) 评论(0) 推荐(0) 编辑