摘要: 广度优先算法:# -*- coding: utf-8 -*- import urllibimport urllib.requestfrom bs4 import BeautifulSoupimport threadingmylock = threading.RLock()class Crawler:... 阅读全文
posted @ 2015-10-20 17:28 orlion 阅读(476) 评论(0) 推荐(0) 编辑