通过这样的代码显示我想要的内容
a a=new a();
while (hao==1){
a.a();break;
}
这个是输入了名字之后会显示的
public void a(){标签:检索,攻击力,System,卡牌,println,游戏王,out From: https://www.cnblogs.com/xiaofeng0403/p/16993994.html
System.out.println("卡名:青眼白龙 攻击力:3000 防守力:2500 种族:龙族 星级:8");
System.out.println("效果:以高攻击力著称的传说之龙。任何对手都能粉碎,其破坏力不可估量。");
}
}