示例#1
0
 def __init__(self):     
     #页面下载器
     self.__download = Download()
     
     self._artType = ""  #板块
     self._urlList = []  #待爬取链接
     self._index = 0     #当前待爬取url的index