📄 item.jsp~10~
字号:
<%@ page contentType="text/html; charset=GBK" import="java.lang.Integer;" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%
Integer temp;
int a;
ServletContext context=getServletContext();
temp=context.getAttribute("Popedom");
a=temp.intValue();
%>
<html>
<head>
<title>
item
</title>
</head>
<body bgcolor="#ffffff">
<%=a %>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -