struts html:image vs html:img

时间:2011-02-21 21:43:50

标签: struts struts-html

以下struts html标记之间有什么区别:

“html:image”和“html:img”

我搜索了apache文档,但找不到差异。

1 个答案:

答案 0 :(得分:3)

html:image呈现“image”类型的输入标记(它类似于提交按钮,但带有图像面)

html:img渲染一个img标签来放置图像