RSS <lastBuildDate> 元素


RSS <lastBuildDate> 元素 完整 RSS 参考手册

定义和用法

<lastBuildDate> 元素定义 feed 内容的最后修改日期。


实例

<?xmlversion="1.0"encoding="UTF-8"?><rssversion="2.0"><channel><title>菜鸟教程首页</title><link>http://www.runoob.com</link><description>免费编程教程</description><lastBuildDate>2016 年 12 月 1 日</lastBuildDate><item><title>RSS 教程</title><link>http://www.runoob.com/rss</link><description>菜鸟教程 Rss 教程</description></item></channel></rss>

尝试一下 »

RSS <lastBuildDate> 元素 完整 RSS 参考手册