RSS <comments> 元素


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

定义和用法

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


实例

<? xml version = " 1.0 " encoding = " UTF-8 " ?> < rss version = " 2.0 " > < channel > < title > 云搜索MX教程首页 </ title > < link > http://www.yssmx.com </ link > < description > 免费编程教程 </ description > < item > < title > RSS 教程 </ title > < link > /rss </ link > < description > 云搜索MX教程 Rss 教程 </ description > < comments > /rss/rss-intro.html </ comments > </ item > </ channel > </ rss >

尝试一下 »

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