摘要: import java.io.Console; public class test { public static void main(String[] args) { Console cons = System.console(); String username = cons.readLine( 阅读全文
posted @ 2024-12-22 17:51 基础狗 阅读(18) 评论(0) 推荐(0)
摘要: package InputTest; import java.util.Scanner; public class InputTest { public static void main(String[] args) { // English(); Chiness(); } public stati 阅读全文
posted @ 2024-12-22 17:26 基础狗 阅读(29) 评论(0) 推荐(0)