当前位置: 首页 > 网络学院 > XML相关教程 > RSS > <lastBuildDate>
The <lastBuildDate> element defines the last-modified date of the content of the feed.
<lastBuildDate>元素的作用是:定义频道内容最后的修改日期。
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>W3Schools Home Page</title> <link>http://www.ruanchen.com</link> <description>Free web building tutorials</description> <lastBuildDate>Thu, 27 Apr 2006</lastBuildDate> <item> <title>RSS Tutorial</title> <link>http://www.ruanchen.com/tech/school/rss</link> <description>New RSS tutorial on ruanchen</description> </item>
</channel> </rss> |
<lastBuildDate> 元素
使用<lastBuildDate>元素的方法