struts2 action 3中书写方式时间:2023-03-09 07:07:26 1、pojo类 简单的javabean 类 需要有 public String execute(){return null;} 2、实现 Action 借口 重写 execute 3、继承 ActionSupport 类