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

📄 rolegame.jsp

📁 《JSP时尚编程百例》一例源代码81-100
💻 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( "RPG0001", new Goods( "古龙群侠传", 68 ) ) ;
    gameList.put( "RPG0002", new Goods( "仙狐奇缘", 65 ) ) ;
    gameList.put( "RPG0003", new Goods( "轩辕剑III", 98 ) ) ;
    gameList.put( "RPG0004", new Goods( "轩辕剑III——天之痕", 120 ) ) ;
    gameList.put( "RPG0005", new Goods( "暗黑破坏神", 98 ) ) ;
    session.putValue( "GamesList", gameList ) ;
%>
<jsp:forward page="/games/ShopCenter.jsp" />

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -