当前位置: 首页 > 网络学院 > XML相关教程 > RSS > <comments>
The <comments> element allows an item to link to comments about that item.
<comments>元素的作用是:允许将一个项连接到它所对应的注释文件中。
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>ruanchen Home Page</title> <link>http://www.ruanchen.com</link> <description>Free web building tutorials</description> <item> <title>RSS Tutorial</title> <link>http://www.ruanchen.com/rss</link> <description>New RSS tutorial on ruanchen</description> <comments>http://www.ruanchen.com/tech/school/rss/comments.asp</comments> </item>
</channel> </rss> |
<comments> 元素
使用<comments>元素的方法