标签: java file text file-io
我对这段代码有疑问,问题是有没有办法用hashmap类来解决这段代码?
此代码:
arrayStruct returnChange(arrayStruct a){ a.arr[2]=332; return a; }