RSS <lastBuildDate> 元素
完整 RSS 参考手册
定义和用法
<lastBuildDate> 元素定义 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>
<lastBuildDate>Thu, 27 Apr 2006</lastBuildDate>
<item>
<title>RSS Tutorial</title>
<link>http://www.wfuyu.com/s/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>
</rss>
尝试一下 »
完整 RSS 参考手册