我正在使用数组并需要一些帮助.我想创建一个数组,其中第一个字段是String类型,第二个字段是Integer类型.结果如下:
控制台出来
a 1 b 2 c 3
java arrays
arrays ×1
java ×1