摘要: 1.导包 import java.util.Scanner; 2.创建对象 Scanner sc = new Scanner(System.in); 3.接收数据 int i = sc.nextInt(); String s = sc.nextLine(); Float f = sc.nextFlo 阅读全文
posted @ 2023-04-09 23:35 wzh_Official 阅读(25) 评论(0) 推荐(0)