阅读(709)
赞(14)
RSS pubDate 元素
2015-09-12 21:41:38 更新
RSS <pubDate> 元素
RSS <pubDate> 元素定义了输入端(feed)内容的最新出版日期。
完整 RSS 参考手册
定义和用法
<pubDate> 元素定义此项目的最后发布日期。
实例
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>W3CSchool Home Page</title>
<link>http://www.zijiebao.com</link>
<description>Free web building tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>//www.zijiebao.com/rss</link>
<description>New RSS tutorial on W3CSchool</description>
<pubDate>Thu, 27 Apr 2006</pubDate>
</item>
</channel>
</rss>
<rss version="2.0">
<channel>
<title>W3CSchool Home Page</title>
<link>http://www.zijiebao.com</link>
<description>Free web building tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>//www.zijiebao.com/rss</link>
<description>New RSS tutorial on W3CSchool</description>
<pubDate>Thu, 27 Apr 2006</pubDate>
</item>
</channel>
</rss>
尝试一下 »
完整 RSS 参考手册