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

request.getAttribute()和 request.getParameter()有何区别

时间:2020-11-26 15:04:50      阅读:5      评论:0      收藏:0      [点我收藏+]

标签:类型   返回   attr   obj   pos   set   att   提交   parameter   

a、request.getParameter()取得是通过容器的实现来取得通过类似post,get等方式传入的数据。
b、getAttribute是返回对象,getParameter返回字符串
c、getAttribute()一向是和setAttribute()一起使用的,只有先用setAttribute()设置之后,才能够通过getAttribute()来获得值,它们传递的是Object类型的数据。而且必须在同一个request对象中使用才有效。,而getParameter()是接收表单的
get或者 post提交过来的参数

request.getAttribute()和 request.getParameter()有何区别

标签:类型   返回   attr   obj   pos   set   att   提交   parameter   

原文地址:https://www.cnblogs.com/seaw/p/14024050.html

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