java数组的特征 java面向对象三大特性 java怎么定义数组?1. 可以使用string[]s=new string[6]定义长度为6的字符串数组。定义之后,可以为字符串数组赋值。2. 使用int[]I=Ne... 2021-04-11 2079次浏览