说明: package com.cn; import java.util.Random; public class PlayGame { /**打架失血小程序 * @param args */ public static void main(String[] args) { Game player1=new Game("player1"); Game player2=new Game("player2"); while (true) { player1.play(player2); player2.p
<lili_20091715> 上传 | 大小:1kb