struts版本为2.5
导入标签库<%@ taglib prefix=“s” uri="/struts-tags" %>
使用<s:dubug/>为空白,在struts.xml中 配置常量
< constant name=“struts.devMode” value=“true” />
默认值是false 开启开发模式
struts2无法使用debug
最新推荐文章于 2022-03-12 19:01:52 发布
struts版本为2.5
导入标签库<%@ taglib prefix=“s” uri="/struts-tags" %>
使用<s:dubug/>为空白,在struts.xml中 配置常量
< constant name=“struts.devMode” value=“true” />
默认值是false 开启开发模式