java定义一个数组 java定义数组并赋值 java怎么定义数组?1. 可以使用string[]s=new string[6]定义长度为6的字符串数组。定义之后,可以为字符串数组赋值。2. 使用int[]I=Ne... 2021-03-10 1930次浏览