摘要: public static void main(String[] args) { System.out.println("你是?"); Scanner s = new Scanner(System.in);//实例化一个Scanner对象 while (true){ String s1 = s.ne 阅读全文
posted @ 2021-05-09 15:24 初心么 阅读(89) 评论(0) 推荐(0)