已采纳回答 / Mario_King
<...code...>发现自己哪里错了,错把__init__ 写成了 __int__了,楼主你应该和我的问题差不多,看看你的__init__方法吧
2017-09-17
已采纳回答 / wateryang
class SpiderMain(object): def __init__(self):看下你的代码这个地方是不是用的 def __int__(self)
2017-09-07
最新回答 / Mr_nothing
在spider_main 函数中from urllib import request然后 把原来的 print 改成 print('count %d : %s'%(count , request.unquote(new_url)))
2017-09-05