结合前面的内容大概就是这个样子
public class yxw {标签:检索,System,YXW,public,简单,new,游戏王,out From: https://www.cnblogs.com/xiaofeng0403/p/16993998.html
public static void main(String[] args) {
System.out.println("请您输入想检索的卡码:1-12");
System.out.println("1.青眼白龙2.黑魔术师3.太阳神之翼神龙4.欧贝利斯克之巨神兵5.奥西里斯之天空龙" +
"6.光之创造神哈拉克提7.流天救世星龙8.究极宝玉神虹龙9.元素英雄新宇侠10.青眼混沌极龙" +
"11.双穹之骑士阿斯特拉姆12.无限起动要塞百万吨百臂狂风");
Scanner YXW=new Scanner(System.in);
int hao=YXW.nextInt();
a a=new a();
while (hao==1){
a.a();break;
}