gpt4 book ai didi

java - stackoverflow api 的 Questions 方法仅返回一页问题

转载 作者:行者123 更新时间:2023-12-01 15:49:33 32 4
gpt4 key购买 nike

尝试使用 stackoverflow api 的 questions 方法,它只返回一页问题,我怎样才能获得以下页面?

我正在使用的java代码:

URL stackoverflow = new URL("http://api.stackoverflow.com/1.1/"
+ method + "?" + "answers=" + includeAnswers + "&body="
+ includeBody + "&fromdate=" + fromUnixTime + "&todate="
+ toUnixTime);

URLConnection connection = stackoverflow.openConnection();

InputStream input = connection.getInputStream();

谢谢。

最佳答案

它就在 documentation for the questions method 中说的:

page – The pagination offset for the current collection. Affected by the specified pagesize. 32-bit signed integer

关于java - stackoverflow api 的 Questions 方法仅返回一页问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6395074/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com