我正在尝试使用YQL来搜索vimeo的rss,这里是link to my code on jsbin
但我继续在控制台中收到以下错误
Uncaught SyntaxError: Unexpected token ILLEGAL
query.yahooapis.com/v1/public/yql?q=%20SELECT%20*%20FROM%20rss%20WHERE%20ur…channels%2Fstaffpicks%2Fvideos%2Frss%22&format=json&callback=top_stories:1
我关注yql documentation given here,并仔细检查了一切。 Here is the link to a sample code given in the yql documentation,效果很好。
需要帮助找出错误是什么。