宗仁的博客 THERE WILL NEVER BE TOO MUCH TIME.
需要输入验证码才能留言
-
android shell遍历两个数组
array=( Vietnam Germany Argentina ) array2=( Asia Europe America ) for index in ${!array[*]}; do echo "${array[$index]} is in ${array2[$index]}" done
资料来源:stackoverflow