摘要: 1 # -*- coding:utf-8 -*- 2 import urlparse 3 import urllib2 4 from bs4 import BeautifulSoup 5 6 url = "http://www.baidu.com" 7 8 urls = [url] # stack of urls to scrape 9 visited =... 阅读全文
posted @ 2017-10-08 15:43 cuzz_z 阅读(788) 评论(0) 推荐(0) 编辑