RSS <webMaster> 元素


RSS 参考手册 完整 RSS 参考手册

定义和用法

<webMaster> 元素定义 feed 网络管理员的电子邮件地址。


实例

<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>易学教程首页</title> <link>http://www.muban99.com</link> <description>免费编程教程</description> <webMaster>webmaster@muban99.com</webMaster> <item> <title>RSS 教程</title> <link>http://www.muban99.com/rss</link> <description>易学教程 Rss 教程</description> </item> </channel> </rss>

尝试一下 »

RSS 参考手册 完整 RSS 参考手册