RSS <ttl> 元素

RSS  参考手册 完整 RSS 参考手册

定义和用法

<ttl> (ttl=time to live) 元素指定在 feed 源更新此 feed 之前,feed 可被缓存的分钟数

实例

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
  <title>菜鸟教程</title>
  <link>http://www.runoob.com</link>
  <description>免费的编程学习网站</description>
  <ttl>60</ttl>
  <item>
    <title>RSS 教程</title>
    <link>http://www.runoob.com/rss</link>
    <description>菜鸟教程 - RSS 教程</description>
  </item>
</channel>
</rss>
尝试一下 »

RSS  参考手册 完整 RSS 参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号