2012年4月6日

C# 网页图片采集

摘要: 调用方法 GatherPic g = new GatherPic(“http://www.baidu.com”,"E:/XXX"); g.start();using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Net;using System.IO;using System.Windows.Forms;namespace ImageCollect{ public cla 阅读全文

posted @ 2012-04-06 19:10 菜鸟单飞 阅读(921) 评论(0) 推荐(0)

导航