文件名称:struts2-s标签
文件大小:3KB
文件格式:TXT
更新时间:2014-02-09 04:55:30
struts2 s 标签 struts2标签
那就从简单的标签说起吧!1.x中常用的标签只有4中html、bean、logic、tiles 而struts2.0里的标签却没有分类,只用在jsp头文件加上 <%@ taglib prefix="s" uri="/struts-tags" %> 就能使用struts2.0的标签库 下面就介绍每个标签的具体应用实例说明:按字母排列