<head>
<tital>欢迎</tital>
</head>
<body>
欢迎您:<!-- 显示用户 -->
<%=request.getParameter("username") %>
<br>
使用的协议:<%=request.getProtocol() %>
<br>
请求的地址:<%=request.getRequestURI() %>
<br>
您的地址是:<%=request.getRemoteAddr() %>
</body>
JSP的内置对象--(使用request对象获取请求)
最新推荐文章于 2022-11-14 11:12:46 发布
本文介绍了一个简单的JSP页面,用于展示用户的登录信息,并提供了一些基本的HTTP请求细节,如使用的协议、请求的URL等。
1567

被折叠的 条评论
为什么被折叠?



