RSS item <author> 元素

返回上一级

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

warn: 注意: 为了防止垃圾邮件,我们不推荐开发者使用 <author> 元素

语法

<item>
    <author> <your_email_address_here> </author>
</item>

<your_email_address_here> 是 item 作者的 EMAIL,比如 nobody@twle.cn

范例

<?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>
  <item>
    <title>Python2 基础教程</title>
    <link>https://www.twle.cn/l/yufei/python27/python27-basic-index.html</link>
    <description>Python2 基础教程</description>
    <author>yufei@twle.cn</author>
  </item>
</channel>
</rss>

运行范例 »

返回上一级

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.