随笔分类 -  spider

about spider
摘要:Introduction What is a WebSpider A WebSpider or crawler is an automated program that follows links on websites and calls a WebRobot to handle the cont... 阅读全文
posted @ 2006-07-14 09:28 Tiger! 阅读(807) 评论(0) 推荐(0)
摘要:1,得到网页上的链接地址: string matchString = @"]+href=\s*(?:'(?[^']+)'|""(?[^""]+)""|(?[^>\s]+))\s*[^>]*>";2,得到网页的标题: string matchString = @"(?.*)";3,去掉网页中... 阅读全文
posted @ 2006-07-06 15:35 Tiger! 阅读(209) 评论(0) 推荐(0)