摘要: (1)int length():返回字符串的长度,例如: String s1="hello"; System.out.println(s1.length());//显示为5 (2)char charAt(int index):获取字符串中指定位置的字符,index的取值范围是0~字符串长度-1,例如 阅读全文
posted @ 2020-08-09 14:54 Ehre 阅读(485) 评论(0) 推荐(0) 编辑