📄 browuser.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'browUser.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body bgcolor="#FFFFDB">
<pre>
用户名:${requestScope.user_Info.userName } 密码:${requestScope.user_Info.userPwd }
提示问题:${requestScope.user_Info.userQuestion } 答案:${requestScope.user_Info.userAnswer }
真实姓名:${requestScope.user_Info.userRname } 年龄:${requestScope.user_Info.userAge }
性别:${requestScope.user_Info.userSex==1?"男":"女" } 联系电话:${requestScope.user_Info.userTel }
地址:${requestScope.user_Info.userAddress } 邮政编码:${requestScope.user_Info.userPost }
注册时间:${requestScope.user_Info.userTime }
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -