📄 traceuser.jsp
字号:
<%@page contentType= "text/html;charset=GBK"%>
<html>
<head>
<title>application bean</title>
</head>
<%request.setCharacterEncoding("GBK");%>
欢迎你,
<%=request.getParameter("userID")%><p>
<jsp:useBean id="appBean" class="ch7.bean.ListBean" scope="application"/>
最近在你之前有以下用户浏览过本网页:<p>
<jsp:getProperty name="appBean" property="lists" /><p>
<% appBean.addLists(request.getParameter("userID"));%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -