Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 YQL 查询中获取所有结果?
我已经尝试将限制设置为 0。它不输出任何结果。如果我将其设置为 50,我将得到 50。
我用它来收集来自雅虎答案的问题。
我想我已经解决了我的问题。没有意识到雅虎答案最多可以在单个结果集中返回 50 个结果。但是可以设置查询的“开始”参数,迭代到最大值 1000 以获得更多结果。