request=====>web服务器===>装载web.xml(Struts-config.xml)
=>根据path ====》去struts-config.xml进行匹配
匹配成功===》进入type执行execute方法===response
===>
匹配不成功====》404
request=====>web服务器===>装载web.xml(Struts-config.xml)
=>根据path ====》去struts-config.xml进行匹配
匹配成功===》进入type执行execute方法===response
===>
匹配不成功====》404