当前位置:K88软件开发文章中心编程语言XmlRSS → 文章内容

RSS pubDate 元素

减小字体 增大字体 作者:佚名  来源:网上搜集  发布时间:2019-1-23 14:46:50

由 nicolle214 创建,Carrie 最后一次修改 2015-09-15 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.k88.net</link>   <description>Free web building tutorials</description>   <pubDate>Thu, 27 Apr 2006</pubDate>   <item>     <title>RSS Tutorial</title>     <link>//www.k88.net/rss</link>     <description>New RSS tutorial on W3CSchool</description>   </item> </channel> </rss> 尝试一下 ? 完整 RSS 参考手册

RSS pubDate 元素