RSS pubDate 元素
2018-03-09 15:12 更新
RSS <pubDate> 元素
RSS <pubDate> 元素定义了输入端(feed)内容的最新出版日期。
完整 RSS 参考手册
定义和用法
<pubDate> 元素为 feed 的内容定义最后发布日期。
实例
<?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>
<pubDate>Thu, 27 Apr 2006</pubDate>
<item>
<title>RSS Tutorial</title>
<link>//www.w3cschool.cn/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>
</rss>
<rss version="2.0">
<channel>
<title>W3CSchool Home Page</title>
<link>http://www.w3cschool.cn</link>
<description>Free web building tutorials</description>
<pubDate>Thu, 27 Apr 2006</pubDate>
<item>
<title>RSS Tutorial</title>
<link>//www.w3cschool.cn/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>
</rss>
尝试一下 »
完整 RSS 参考手册
以上内容是否对您有帮助:
更多建议: