使用ActionContext获取表单提交数据

web页面中的表单

Struts2中使用ActionContext获取表单提交数据

username:
password:
address:

创建一个Action继承ActionSupport

Struts2中使用ActionContext获取表单提交数据

struts.xml中的配置

Struts2中使用ActionContext获取表单提交数据





相关文章: