RSS <managingEditor> 元素
❮ RSS 参考大全
定义和用法
<managingEditor> 标签用于指定订阅内容编辑者的电子邮件地址。
示例
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>W3Schools 首页</title>
<link>https://w3schools.org.cn</link>
<description>免费网页制作教程</description>
<managingEditor>[email protected]</managingEditor>
<item>
<title>RSS 教程</title>
<link>https://w3schools.org.cn/xml/xml_rss.asp</link>
<description>W3Schools 上新的 RSS 教程</description>
</item>
</channel>
</rss>
亲自试一试 »
❮ RSS 参考大全