gpt4 book ai didi

atom-feed - Feed中的分页,例如ATOM和RSS?

转载 作者:行者123 更新时间:2023-12-03 09:23:30 24 4
gpt4 key购买 nike

这有可能吗?

也许?

<link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link> 

最佳答案

看来ATOM allows the following syntax(“ATOM feed next/previous”的第一个Google搜索结果):

<link rel="self" type="application/atom+xml" href="http://www.syfyportal.com/atomFeed.php?page=3"/>
<link rel="first" href="http://www.syfyportal.com/atomFeed.php"/>
<link rel="next" href="http://www.syfyportal.com/atomFeed.php?page=4"/>
<link rel="previous" href="http://www.syfyportal.com/atomFeed.php?page=2"/>
<link rel="last" href="http://www.syfyportal.com/atomFeed.php?page=147"/>

我在RSS上找不到任何内容,但是由于它被称为“ 非常简单的联合”,因此我想这种功能不在其范围之内。

关于atom-feed - Feed中的分页,例如ATOM和RSS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1301392/

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