1、数组没有length()方法,但有length属性
2、String类有length() 方法
如:
String[] arr = new String[]{"hello", "world"}; System.out.println(arr.length); String str = "hello world"; System.out.println(str.length());
标签: length、string、arr、world、str
笔试题
刷题
简历模板
AI算法
大数据
内推
内推: