亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

用cheerio寫小爬蟲,跑程序無反應

用cheerio寫小爬蟲,跑程序無反應

吃天狗的月亮 2017-05-26 16:21:46
var?http?=?require('http'); var?cheerio?=?require('cheerio'); var?url?=?"http://www.xianlaiwan.cn/learn/348"; function?filterChapters(html){ ???var?$?=?cheerio.load('html'); ???var?chapters?=?$('.chapter'); ???var?courseData?=?[]; ???chapters.each(function(item){ ???????var?chapter?=?$(this); ???????var?chapterTitle?=?chapter.find('strong').text(); ???????var?videos?=?chapter.find('.video').children('li'); ???????var?chapterData?=?{ ???????????chapterTitle:?chapterTitle, ???????????videos:?[] ???????} ???????videos.each(function(item){ ???????????var?video?=?$(this).find('.J-media-item'); ???????????var?videoTitle?=?video.text(); ???????????var?id?=?video.attr('href').split('video/')[1]; ???????????chapterData.videos.push({ ???????????????id:?id, ???????????????title:?videoTitle ???????????}); ???????}) ???????courseData.push(chapterData); ???}) ????return?courseData; } function?printCourseInfo(courseData)?{ ????courseData.forEach(function(item){ ????????var?chapterTitle?=?item.chapterTitle; ????????console.log(chapterTitle+'\n'); ????????item.videos.forEach(function(video){ ????????????console.log('?【'+?video.id?+'】?'+?video.title?+?'\n'); ????????}) ????}) } http.get(url,?function(res){ ???var?html?=?""; ???res.on('data',?function(data){ ???????html?+=?data; ???}); ???res.on('end',?function?()?{ ???????var?courseData?=?filterChapters(html); ???????printCourseInfo(courseData); ???}) }).on('error',?function?()?{ ???console.log('獲取課程信息出錯!') })這是源碼,不知道哪里出錯了,代碼就是不執行,不知道是因為cheerio安裝問題還是代碼問題,試了各種網上的方法都沒用!?。?
查看完整描述

2 回答

?
吃天狗的月亮

TA貢獻3條經驗 獲得超1個贊

問題已解決,在第六行的代碼中???var?$?=?cheerio.load('html');

應該是???var?$?=?cheerio.load(html);

查看完整回答
反對 回復 2017-06-07
?
拿不到鑰匙的車放不進手機的歌

TA貢獻71條經驗 獲得超29個贊

函數沒調用?

查看完整回答
反對 回復 2017-05-26
  • 2 回答
  • 0 關注
  • 1484 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號