×
RSS 教程RSS 简介RSS 历史RSS 语法RSS channel 元素RSS item 元素RSS 发布您的 FeedRSS 阅读器RSS 实例RSS 参考手册

RSS <enclosure> 元素


RSS 参考手册RSS 参考手册


定义和用法

<enclosure> 元素允许把媒体文件包含在项目中。


属性

属性 描述
length 必需。定义媒体文件的长度(以字节计)。
type 必需。定义媒体文件的类型。
url 必需。定义指向该媒体文件的 URL。


实例

<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>外唐教程网首页</title> <link>http://www.waitang.com</link> <description>免费编程教程</description> <item> <title>RSS 教程</title> <link>http://www.bootwiki.com/rss</link> <description>外唐教程网 Rss 教程</description> <enclosure url="http://www.waitang.com.cc/try/demo_source/movie.mp4" length="78645" type="video/mp4" /> </item> </channel> </rss>

尝试一下 »

RSS 参考手册RSS 参考手册


分类导航

关注微信下载离线手册

bootwiki移动版 bootwiki
(群号:472910771)