⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 applicationscopeset.jsp

📁 JSP2.0实用教程实例源码
💻 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 + -