📄 applicationscopeset.jsp
字号:
<%@ page contentType="text/html;charset=GBk" %>
<html>
<head>
<title>应用有效</title>
</head>
<body>
应用有效 - 使用application.setAttribute()
<p/>
<%
application.setAttribute("姓名","陈龙");
application.setAttribute("角色","志愿者");
%>
<jsp:forward page="applicationScopeGet.jsp"/>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -