RSS <copyright> 元素
❮ 完整的 RSS 参考
定义和用法
<copyright> 元素用于通知受版权保护的材料。
实例
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>W3Schools Home Page</title>
<link>https://www.w3ccoo.com</link>
<description>Free web building tutorials</description>
<copyright>2006 Refsnes Data as. All rights reserved.</copyright>
<item>
<title>RSS Tutorial</title>
<link>https://www.w3ccoo.com/xml/xml_rss.asp</link>
<description>New RSS tutorial on W3Schools</description>
</item>
</channel>
</rss>
亲自试一试 »
❮ 完整的 RSS 参考