|
|
@ -66,13 +66,6 @@ public class TestMax32K {
|
|
|
|
System.out.println("无效选择,请输入 1-4 之间的数字。");
|
|
|
|
System.out.println("无效选择,请输入 1-4 之间的数字。");
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
System.out.print("\n是否继续生成其他格式?(y/n): ");
|
|
|
|
|
|
|
|
String continueChoice = scanner.nextLine().trim().toLowerCase();
|
|
|
|
|
|
|
|
if (!continueChoice.equals("y") && !continueChoice.equals("yes")) {
|
|
|
|
|
|
|
|
System.out.println("程序结束。感谢使用!");
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|