csdn爬网
摘要:public partial class Program { static void Main(string[] args) { CloseIE(); string url = "http://blog.csdn.net/dz45693"; string html = GetRequest(url); int count = GetPageCount(html); for (int i = 1; i <= count; i++) ...
阅读全文
posted @ 2011-08-31 16:50
浙公网安备 33010602011771号