摘要: Scanner scan = new Scanner(System.in); System.out.println("**************"); System.out.println("欢迎来到朗沃银行"); System.out.println("**************"); boo 阅读全文
posted @ 2017-07-30 16:58 匡林 阅读(150) 评论(0) 推荐(0)
摘要: String str = "hello"; /* * 1、String当中跟char[]有关系的方法 */ char[] array = str.toCharArray(); int length = str.length(); System.out.println(length);为5 char 阅读全文
posted @ 2017-07-30 16:53 匡林 阅读(143) 评论(0) 推荐(0)