JSP中的request对象可以设置多个属性吗?也就是多个request.setAttribute()可行吗?具体怎么使用?

 我来答
百度网友3b4e952
2012-04-10
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
可以啊 。没问题啊。不是带参数的嘛。
request.setAttribute(“a”,a);
request.setAttribute("b",b);
取的时候。就按照“”里面的值取就可以了
小莫5154
2012-04-20
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
当然可以啊。
像这样request.setAttribute(“a”,a);
request.setAttribute("b",b);
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zxc_20111206
2012-04-11
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
当然可以。request.setAttribute("key","value");
"key"只要不重复就行。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
liang_Henry
2012-04-10
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
就是用setAttribute();
setAttribute
void setAttribute(String name,Object o)
Stores an attribute in this request. Attributes are reset between requests. This method is most often used in conjunction with RequestDispatcher.
Attribute names should follow the same conventions as package names. Names beginning with java.*, javax.*, and com.sun.*, are reserved for use by Sun Microsystems.
If the object passed in is null, the effect is the same as calling removeAttribute(java.lang.String).
It is warned that when the request is dispatched from the servlet resides in a different web application by RequestDispatcher, the object set by this method may not be correctly retrieved in the caller servlet.

Parameters:name - a String specifying the name of the attributeo - the Object to be stored
以上是标准的API 文档
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
溪水涛
2012-04-10
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部
可以多个名/值对的形式,
名/值对的形式啊,名是Sting 类型,值只要是ObJect就OK啦。。。。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(4)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
?>

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式