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.
从如下查询中检索数据时,有没有办法抵消结果?有没有像“limit: x, 但只是为了抵消”的属性(除了“&cursor=”)?
https://www.googleapis.com/freebase/v1/mqlread? query[{"type":"/cvg/computer_videogame",...
不,光标是您唯一的选择。或者,您可以使您的查询更具体地在查询级别进行偏移(例如,查询更小的时间范围等)。