RSS <author> 元素


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

定义和用法

<author> 元素规定 item 的作者的电子邮件地址。


提示和注释

注意: 为了防止垃圾邮件,一些开发者不使用 <author> 元素。


实例

<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>素材8网首页</title> <link>http://study.sucai8.cn</link> <description>免费编程教程</description> <item> <title>RSS 教程</title> <link>http://study.sucai8.cn/rss</link> <description>素材8网 Rss 教程</description> <author>author@sucai8.cn</author> </item> </channel> </rss>

尝试一下 >>

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