数组java定义 java声明数组的写法 java怎么定义数组?1. 可以使用string[]s=new string[6]定义长度为6的字符串数组。定义之后,可以为字符串数组赋值。2. 使用int[]I=Ne... 2021-04-09 1592次浏览