摘要: 一、String声明 //字面量声明 String s = "hello,word"; // String s1 = new String("hello"); System.out.println(s); // Scanner in = new Scanner(System.in); System. 阅读全文
posted @ 2018-04-01 22:58 Hh~ 阅读(72) 评论(0) 推荐(0) 编辑