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.
我编写了一个应用程序,当我给它一个推荐的 ID 时,它会产生成功的推荐。但是,当我提出后续请求时,它给了我相同的建议。我希望它返回不同的建议。
谢谢
如果结果列表足够大,您可以考虑打乱列表并返回其中的一个子集。