摘要: 1 public static void main(String[] args) { 2 String s1="helloworld"; 3 //int length() 返回字符串的长度 4 System.out.println(s1.length());//10 5 6 //char charAt(int index) 返回字符串第ind... 阅读全文
posted @ 2019-05-04 21:29 zuiaimiusi 阅读(149) 评论(0) 推荐(0) 编辑