摘要:
1 package test1_game; 2 /** 3 * 电脑玩家类 4 * 5 * @author ljj 6 * 7 */ 8 import java.util.Scanner; 9 public class Computer { 10 //定义电脑类的成员方法 11 public String cName;//电脑用户的昵称 12 ... 阅读全文
摘要:
2018-07-17 22:47:22 阅读全文