RSS author 元素

2018-03-09 16:18 更新

RSS <author> 元素

RSS <author> 元素指定了項(xiàng)目(item)的電子郵件地址。


RSS 參考手冊(cè) 完整 RSS 參考手冊(cè)

定義和用法

<author> 元素規(guī)定 item 的作者的電子郵件地址。


提示和注釋

注意: 為了防止垃圾郵件,一些開(kāi)發(fā)者不使用 <author> 元素。


實(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>
    <author>author@w3cschool.cn</author>
  </item>
</channel>

</rss>

嘗試一下 ?

RSS 參考手冊(cè) 完整 RSS 參考手冊(cè)
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)