摘要: Scanner 对象的两种情况 Scanner nextLine public class Demo01 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.p 阅读全文
posted @ 2020-11-17 21:38 JAVA初当力 阅读(112) 评论(0) 推荐(0)