摘要: 统一的输入模式 基本数据类型 Scanner input = new Scanner(System.in); int firstnumber = input.nextInt(); //整形int型 double money = input.nextDouble(); //双精度浮点型double型 阅读全文
posted @ 2021-09-24 19:57 编程丫· 阅读(361) 评论(0) 推荐(0) 编辑