摘要: public class Demo02 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); //从键盘接收 System.out.println("使用nextline方式接收"); 阅读全文
posted @ 2021-08-24 09:46 AAA编程 阅读(33) 评论(0) 推荐(0)