struts2获得请求参数的方式时间:2023-03-08 21:50:031、用Action的属性接收参数 2、用DomainModel(域模型)接收参数 3、用ModelDriven接收参数 使用这种方式接受参数需要实现ModelDriven接口,