RSS item <comments> 元素
<comments> 元素定义了链接到关于该 item 注释的页面
语法
<comments><your_item_comments_url></comments>
<your_item_comments_url>
是一个 URL 地址,是对 item 内容的进一步详解
范例
<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>简单编程首页</title> <link>https://www.twle.cn</link> <description>简单教程[www.twle.cn]以编程开发所需掌握的语言和知识入手...</description> <item> <title>Python2 基础教程</title> <link>https://www.twle.cn/l/yufei/python27/python27-basic-index.html</link> <description>Python2 基础教程</description> <comments>httpss://www.twle.cn/python27/python27-basic-index.html</comments> </item> </channel> </rss>