最新的Web开发教程
 

RSS <ttl> Element


<完整的RSS参考

定义和用法

所述<ttl> (ttl=time to live)元素指定分钟进料可以从源清爽它之前保持高速缓存的个数。


<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">

<channel>
  <title>w3ii Home Page</title>
  <link>http://www.w3ii.com</link>
  <description>Free web building tutorials</description>
   <ttl>60</ttl>
  <item>
    <title>RSS Tutorial</title>
    <link>http://www.w3ii.com/xml/xml_rss.html</link>
    <description>New RSS tutorial on w3ii</description>
  </item>
</channel>

</rss>

试一试»

<完整的RSS参考