RSS comments 元素

2018-03-09 16:11 更新

RSS <comments> 元素

RSS <comments> 元素注释了相关的项目(item)。


RSS 参考手册 完整 RSS 参考手册

定义和用法

<comments> 元素允许一个 item 链接到关于该 item 的注释。


实例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
  <title>W3CSchool Home Page</title>
  <link>http://www.w3cschool.cn</link>
  <description>Free web building tutorials</description>
  <item>
    <title>RSS Tutorial</title>
    <link>//www.w3cschool.cn/rss</link>
    <description>New RSS tutorial on W3CSchool</description>
    <comments>//www.w3cschool.cn/rss/comments.html</comments>
  </item>
</channel>

</rss>

尝试一下 »

RSS 参考手册 完整 RSS 参考手册
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号