最新回答 / Mr_nothing
在spider_main 函数中from urllib import request然后 把原来的 print 改成 print('count %d : %s'%(count , request.unquote(new_url)))
2017-09-05