Login.jsp 为登录页面,表单代码如下:<form action="index.jsp"method="post"> <input type="text" name="name"/> <input type="submit" value="login"/></form>Index.jsp 中直接显示用户名,以下哪种代码正确()。

A: ${param.name}; B: ${requestScope.name} ; C:<%=param.name%>; D:<%=name%>

时间:2023-08-17 09:24:58

相似题目