action method配置
使用action标签method属性1、创建action,创建多个方法package zmx.itcast.method;import com.opensymphony.xwork2.ActionSupport;public class BookAction extends ActionSupport{ //添加 public String add(){ System.out....