RSS 教程

2018-03-07 14:22 更新

RSS 教程

RSS(Really Simple Syndication)是一種描述和同步網(wǎng)站內(nèi)容的格式,是使用最廣泛的 XML 應(yīng)用。

通過使用 RSS,您可以有選擇地瀏覽您感興趣的以及與您的工作相關(guān)的新聞。

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

通過使用 RSS,您可以創(chuàng)建自己的新聞?lì)l道,并將之發(fā)布到因特網(wǎng)。

現(xiàn)在開始學(xué)習(xí) RSS!

RSS 文檔實(shí)例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
  <title>w3cschool Home Page</title>
  <link>http://m.hgci.cn</link>
  <description>Free web building tutorials</description>
  <item>
    <title>RSS Tutorial</title>
    <link>//m.hgci.cn/rss</link>
    <description>New RSS tutorial on w3cschool</description>
  </item>
  <item>
    <title>XML Tutorial</title>
    <link>//m.hgci.cn/xml</link>
    <description>New XML tutorial on w3cschool</description>
  </item>
</channel>

</rss>
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)