五
11月
30
2007
Txp:body
Classification-类型
The body tag is a Single_Tag which is used to return the text, or content, of the article being displayed. (The article itself)
body这个标签用来显示文章内容。
Syntax-语法
The body tag has the following syntactic structure…
按照下面的方法使用。
<txp:body />
Attributes
This tag has no attributes.
这个标签没有属性。
Examples-例子
Example 1: Display the body, or article text, as part of an article form
在一个文章模块中显示相应的内容文字。
<p><txp:title /></p><divclass="post"><p><txp:author />
<txp:posted /><br /><txp:body /></p></div>
本文评论功能已关闭。