我在使用YQL时遇到了一些问题。我正在尝试从URL查询RSS,但我没有得到任何结果。
输入此查询:
<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"
yahoo:count="0" yahoo:created="2017-02-23T17:13:16Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-start-time="1" execution-stop-time="101"
execution-time="100" id="5080cef9-75a4-4356-9b08-1d68fb3d855d"><![CDATA[http://www.spoilertv.com/feeds/posts/default/-/Aftermath]]></url>
<user-time>118</user-time>
<service-time>100</service-time>
<build-version>2.0.84</build-version>
</diagnostics>
<results/>
</query>
...而不是按要求获得标题,控制台显示:
ng-app
可能出现什么问题?