RSS <webMaster> Element
RSS <webMaster> 元素用于定義輸入端(feed)網(wǎng)絡(luò)管理員的電子郵件地址。
完整 RSS 參考手冊(cè)
定義和用法
<webMaster> 元素定義 feed 網(wǎng)絡(luò)管理員的電子郵件地址。
實(shí)例
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>W3CSchool Home Page</title>
<link>http://www.o2fo.com</link>
<description>Free web building tutorials</description>
<webMaster>webmaster@w3cschool.cn</webMaster>
<item>
<title>RSS Tutorial</title>
<link>//www.o2fo.com/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>
</rss>
嘗試一下 ?
完整 RSS 參考手冊(cè)
更多建議: