当前位置: 首页 > 网络学院 > XML相关教程 > RSS > <source>
The <source> element Specifies a third-party source for the item.
<source>元素的作用是:为一个项指定一个第三方来源。
| 属性 | 描述 |
|---|---|
| url | Required. Specifies the link to the source 必要参数。指定来源的链接 |
<?xml version="1.0" encoding="ISO-8859-1" ?> <channel> </rss> |
<source> 元素
使用<source>元素的方法
评论 (0) All