使用struts2,假如我的form提交路径为struts2/login.action,那么如何在xml文件中配置对应的action?

日期:2022-01-27 21:05:13 人气:1

使用struts2,假如我的form提交路径为struts2/login.action,那么如何在xml文件中配置对应的action?

在web.xml 的过滤器里 把.do 改为 .action struts配置文件不用动
    A+
热门评论