点击注销是报404错误
找不出那里有问题,Struts是2.5de
struts2.5的要在核心配置文件中加入<global-allowed-methods>regex:.*</global-allowed-methods>
加入后就可以运行了