java基础知识点系列——数据输入(五) 数据输入概述 Scanner使用步骤 (1)导包 import java.util.Scanner (2)创建对象 Scanner sc = new Scanner(System.in) (3)接收数据 int i = sc.nextInt();