w3pop.com :: 网络学院 :: RSS :: RSS < author > 元素
The <author> child element is used to specify the e-mail address of the author of the item.
<author>子元素的作用是:指定频道项目编者的E-mail地址。
Note: To prevent spam e-mails, some developers do not include the <author> element.
注意:为了阻止垃圾邮件,一些代码开发者一般不使用<author>元素。
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel>
<title>W3pop Home Page</title>
<link>http://www.w3pop.com</link>
<description>Free web building tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3pop.com/tech/school/rss</link>
<description>New RSS tutorial on W3pop</description>
<author>author@w3pop.com</author>
</item>
</channel>
</rss> |
<author> 元素
使用<author>元素的方法
评论 (0)
All