RSS <comments> 元素
❮ RSS 完整参考
定义和用法
<comments> 元素允许一个条目链接到关于该条目的评论。
示例
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>W3Schools 主页</title>
<link>https://w3schools.org.cn</link>
<description>免费的网站建设教程</description>
<item>
<title>RSS 教程</title>
<link>https://w3schools.org.cn/xml/xml_rss.asp</link>
<description>W3Schools 上的全新 RSS 教程</description>
<comments>https://w3schools.org.cn/xml/comments.asp</comments>
</item>
</channel>
</rss>
自己试试 »
❮ RSS 完整参考