struts2获得提交是get还是post方法提交

时间:2023-03-08 16:06:37

String method=ServletActionContext.getRequest().getMethod();
System.out.println(method);

如果是get  会打印出GET  post会打印出POST

相关文章