課程
/后端開發
/Python
/Python開發簡單爬蟲
SpiderMain object has no attribute craw
2017-09-07
源自:Python開發簡單爬蟲 8-1
正在回答
class SpiderMain(object): ? ?def __init__(self):
看下你的代碼這個地方是不是用的? def __int__(self)
xueuggod 提問者
舉報
本教程帶您解開python爬蟲這門神奇技術的面紗
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-09-09
class SpiderMain(object):
? ?def __init__(self):
看下你的代碼這個地方是不是用的? def __int__(self)