问题描述
我知道您要进入Blogspot博客的rss feed
I am aware the to get to a blogspot blog's rss feed you go to
blog.blogspot.com/feeds/posts/default
但是您如何获得提要的第二页?
But how do you get the second page of the feed?
我知道其他博客使用查询参数?paged=2
.是否有类似的查询参数执行相同的操作?
I am aware that other blogs use the query parameter ?paged=2
. Is there a similar query parameter that does the same thing?
推荐答案
环回相关项目后,我通过快速的Google搜索找到了自己问题的答案.
After circling back to the relavent project I found the answer to my own question via a quick google search.
https://developers.google.com/blogger/docs/2.0/developers_guide_protocol#RetrievingWithQuery
要检索(用于分页)的第一个结果的从1开始的索引.
The 1-based index of the first result to be retrieved (for paging).
第二页看起来像blog.blogspot.com/feeds/posts/default?start-index=2
这篇关于Blogpost的RSS供稿分页网址是什么样的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!