📄 netgame.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", "网络图形mud" ) ;
Hashtable gameList=new Hashtable() ;
gameList.put( "PG0001", new Goods( "网络三国", 29 ) ) ;
gameList.put( "PG0002", new Goods( "石器时代", 29 ) ) ;
gameList.put( "PG0003", new Goods( "千年", 38 ) ) ;
gameList.put( "PG0004", new Goods( "笑傲江湖", 29 ) ) ;
gameList.put( "PG0005", new Goods( "万王之王", 38 ) ) ;
gameList.put( "PG0006", new Goods( "三国风云", 38 ) ) ;
session.putValue( "GamesList", gameList ) ;
%>
<jsp:forward page="/games/ShopCenter.jsp" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -