1.JSP代码 :
复制代码 代码如下:
<%--
Document : index
Created on : 2009-10-4, 12:45:43
Author : lucifer
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
get Scheme:
<%=request.getScheme()%>
<br>
get Protocol:
<%=request.getProtocol()%>
<br>
get Remote Address:
<%=request.getRemoteAddr()%>
<br>
get Remote Host:
<%=request.getRemoteHost()%>
<br>
get Server Name:
<%=request.getServerName()%>
<br>
get Server Port:
<%=request.getServerPort()%>
<br>
get Header:
<%=request.getHeader("User-agent")%>
<br>
get Method:
<%=request.getMethod()%>
<br>
get Request's URL:
<%=request.getServletPath()%>
<br>
get Request URI:
<%=request.getRequestURI()%>
<br>
get Request Session ID:
<%=request.getRequestedSessionId()%>
</body>
</html>

2.输出:
get Scheme: http
get Protocol: HTTP/1.1
get Remote Address: 0:0:0:0:0:0:0:1
get Remote Host: 0:0:0:0:0:0:0:1
get Server Name: localhost
get Server Port: 8084
get Header: Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
get Method: GET
get Request's URL: /Requests.jsp
get Request URI: /TestRequest/Requests.jsp
get Request Session ID: 6EF4EB4A3FE39A15EEBD4D46FBD0BA32
标签:
JSP,request

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
评论“JSP request(return String)用法详例”
暂无“JSP request(return String)用法详例”评论...

RTX 5090要首发 性能要翻倍!三星展示GDDR7显存

三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。

首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。

据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。