📄 strategygame.jsp
字号:
<%@ page language="java" %>
<%@ page import="java.lang.*" %>
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="java.util.*" %>
<%@ page import="xbook.goods.*" %>
<%
request.setAttribute( "GameType", "即时战略类" ) ;
Hashtable gameList=new Hashtable() ;
gameList.put( "SG0001", new Goods( "星际争霸", 110 ) ) ;
gameList.put( "SG0002", new Goods( "帝国时代II", 150 ) ) ;
gameList.put( "SG0003", new Goods( "红色警戒II", 125 ) ) ;
gameList.put( "SG0004", new Goods( "命令与征服II", 95 ) ) ;
session.putValue( "GamesList", gameList ) ;
%>
<jsp:forward page="/games/ShopCenter.jsp" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -