2014年5月19日 星期一

Asynchronous cheerio request problem in Node.js - Javascript非同步function call問題(AJAX)

(Still a Javascript beginner, just write down the issues encountered)

系上CCSP課程寫到有關使用node.js去scrape appledaily的即時新聞的作業,
其中遇到 cheerio 程式庫裡面的request function,出現了下列的問題:

能把資料抓下來並用console.log顯示(同時push到Array裡面),但在寫檔的時候卻是寫入空的Array。