String method=ServletActionContext.getRequest().getMethod(); System.out.println(method);
如果是get 会打印出GET post会打印出POST