struts里有个ActionServlet,然后这个东西去读取你配置的struts-config.xml,然后在里边找Action,然后执行Action的execute()方法,然后把返回的东西返回去