中国最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2

rss教程

RSS pubDate 元素

阅读 (2022)

RSS <pubDate> 元素


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

定义和用法

<pubDate> 元素定义此项目的最后发布日期。


实例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
  <title>W3CSchool Home Page</title>
  <link>http://www.w3cschool.cn</link>
  <description>Free web building tutorials</description>
  <item>
    <title>RSS Tutorial</title>
    <link>http://www.wfuyu.com/s/rss</link>
    <description>New RSS tutorial on W3CSchool</description>
    <pubDate>Thu, 27 Apr 2006</pubDate>
  </item>
</channel>

</rss>

尝试一下 »

RSS 参考手册 完整 RSS 参考手册
关闭
程序员人生