% Player = "" Rank = "" GameName = "" GameID=Request.QueryString("GameID") ScoreID=Request.QueryString("ScoreID") Desc = "" '显示所有游戏 if( GameID="" and ScoreID="" ) then GetGameList end if ScoreList = "" '显示本游戏所有积分 if( GameID<>"" and (ScoreID="" or ScoreID="undefined") ) then ScoreList = GetScoreList end if if( GameID<>"" and ScoreID<>"" and ScoreID<>"undefined" ) then ScoreList = GetScoreList Score = GetScore end if %>