python爬虫之细节小问题
AttributeError: QSBK instance has no attribute 'stories'
在python爬虫项目定义的地方发生错误如下图

中def _init_发生错误,应该是def __init__
问题解决
AttributeError: QSBK instance has no attribute 'stories'
在python爬虫项目定义的地方发生错误如下图

中def _init_发生错误,应该是def __init__
问题解决