为了账号安全,请及时绑定邮箱和手机立即绑定

为什么输出页面显示的都为null ??????

<%@ page language="java" contentType="text/html; charset=GB18030" pageEncoding="utf-8"%>


<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>处理页</title>

</head>

<body>

<%

request.setAttribute("user","zhangfei");//存储自定义数据

request.setAttribute("id","2");//存储自定义数据

request.setAttribute("pwd","888888888");//存储自定义数据

%>

id参数的值为:<%=request.getParameter("id")%><br>

user参数的值为:<%=request.getParameter("user")%><br>

pwd参数的值为:<%=request.getParameter("pwd")%>

</body>

</html>



正在回答

2 回答

知道了,多谢哈

0 回复 有任何疑惑可以回复我~

应该是request.getAttribute()方法而不是getParameter()方法


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么输出页面显示的都为null ??????

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信