We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
如果您注意到,除了 Count 之外,还有一个 Start 参数。
Start 显然改变了返回的第一个结果数。因此:
要获得前 50 个答案:
要获得下一个 50 个答案:
依此类推,直到您得到空返回(这是当“开始 > 总共 # 个答案”时返回的内容)。
If you'll notice, there is a Start parameter in addition to Count.
Start evidently changes the first result number returned. So:
To get the first 50 answers:
To get the next 50:
And so forth, until you get an empty return (which is what is returned when Start > total # answers).