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