struts2 中 <c:text > 跟<c:property>

struts2 中 c:text 和c:propertyc:text namemsssing.message /:获得属性文件中的文本消息s:pro

struts2 中 <c:text > 和<c:property>

<c:text name="msssing.message" />:获得属性文件中的文本消息

<s:property value="message"/> 获得一个请求bean中属性值