阅读(2765)
赞(16)
RSS webMaster 元素
2015-09-11 17:45:35 更新
RSS <webMaster> Element
RSS <webMaster> 元素用于定义输入端(feed)网络管理员的电子邮件地址。
完整 RSS 参考手册
定义和用法
<webMaster> 元素定义 feed 网络管理员的电子邮件地址。
实例
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>W3CSchool Home Page</title>
<link>http://www.zijiebao.com</link>
<description>Free web building tutorials</description>
<webMaster>webmaster@zijiebao.com</webMaster>
<item>
<title>RSS Tutorial</title>
<link>//www.zijiebao.com/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>
</rss>
<rss version="2.0">
<channel>
<title>W3CSchool Home Page</title>
<link>http://www.zijiebao.com</link>
<description>Free web building tutorials</description>
<webMaster>webmaster@zijiebao.com</webMaster>
<item>
<title>RSS Tutorial</title>
<link>//www.zijiebao.com/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>
</rss>
尝试一下 »
完整 RSS 参考手册