第一种方式:
在struts.xml的配置文件中添加 <constant name="struts.action.extension" value="do"></constant>
第二种方式:
在src下创建struts.properties
添加struts.action.extension=do
注:如果这样配置会覆盖struts.xml的配置
第三种方式:
在web.xml中配置
运行结果:
在struts.xml的配置文件中添加 <constant name="struts.action.extension" value="do"></constant>
在src下创建struts.properties
添加struts.action.extension=do
注:如果这样配置会覆盖struts.xml的配置
在web.xml中配置
ActionContext
action
在struts.xml中配置对action配置<?xml version="1.0" encoding="UTF-8
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M