📄 request.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="epod.monitor.RequestMonitor" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>request监控</title>
<style type="text/css">
<!--
td{font-size: 11px;
text-decoration: none;
COLOR:#000000;
background-color: ;
line-height: 10pt;
Border-style: Solid;
Float:right
}
BODY {
COLOR: black;
font-family: "Verdana, Arial, sans-serif";
font-size: 11px;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
LINE-HEIGHT: 15px;
background-color: #ffffff;
TEXT-DECORATION: none}
table {
font-size: 11px;
text-decoration: none;
COLOR:#000000;
background-color: #CBEBF4;
line-height: 10pt
}
-->
</style>
</head>
<body>
<%
request.setAttribute("name","jiangjun");
request.setAttribute("age","27");
request.setAttribute("name","jiangjunji");
request.setAttribute("age","2745");
%>
<%out.println(RequestMonitor.getHtml(request));%>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -