摘要: 面向对象综合训练-01-文字版格斗游戏 public class GameTest { public static void main(String[] args) { //1.创建第一个角色 user r1 = new user("爹", 100, '男'); //2.创建第二个角色 user r 阅读全文
posted @ 2022-07-02 22:20 软工菜鸡 阅读(25) 评论(0) 推荐(0)