摘要: import java.util.Scanner; /** * 计算机类 */ public class Computer { String name = "电脑"; // 名字 int score = 0;; // 积分 /** * 出拳 * @return 出拳结果:1.剪刀 2.石头... 阅读全文
posted @ 2017-08-14 16:32 阿辉啊 阅读(288) 评论(0) 推荐(0)