struts2获得提交是get还是post方法提交时间:2023-03-08 16:06:37String method=ServletActionContext.getRequest().getMethod(); System.out.println(method); 如果是get 会打印出GET post会打印出POST