Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bashの関数から配列を返す方法を知りたい
array[0]=0 array[1]=0 array[2]=0 function change { array[0]=1 array[1]=2 array[2]=3 }
ただし、これは機能しません (配列のすべての要素はまだ 0 です) 助けてくれてありがとう