RSS <copyright> 元素
<copyright> 元素定义了版权相关信息
<copyright> 的内容一般是站点底部的 copyright 内容
语法
<copyright>Copyright © 2017-2050 简单编程 twle.cn All Rights Reserved. </copyright>
范例
<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>简单编程首页</title> <link>https://www.twle.cn</link> <description>简单教程[www.twle.cn]以编程开发所需掌握的语言和知识入手...</description> <copyright>Copyright © 2017-2050 简单编程 twle.cn All Rights Reserved. </copyright> <item> <title>HTML 基础教程</title> <link>https://www.twle.cn/l/yufei/html/html-basic-index.html</link> <description>HTML 基础教程</description> </item> <item> <title>Python2 基础教程</title> <link>https://www.twle.cn/l/yufei/python27/python27-basic-index.html</link> <description>Python2 基础教程</description> </item> </channel> </rss>