我node.io
用来抓取网站。目前我正在学习抓取教程。
我正在使用each
选择器
$('selector').each( ... , function () { ... } );
However when the selector selects only one element, I am receiving this problem:
TypeError: Object #<Object> has no method 'each'
这可能是什么原因,我该如何缓解这个问题