码迷,mamicode.com
首页 > 其他好文 > 详细

8 - Struts 获取表单信息 (待补充)

时间:2017-04-14 12:02:22      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:class   span   string   password   name   servlet   信息   ext   div   

第一种,利用HttpServletRequest

HttpServletRequest request = ServletActionContext.getRequest();
String username = request.getParameter("username");
String password = request.getParameter("password");

 

8 - Struts 获取表单信息 (待补充)

标签:class   span   string   password   name   servlet   信息   ext   div   

原文地址:http://www.cnblogs.com/FightZ/p/6707929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!