var[@]  数组的一个元素

var=("first" "second" "three")

for str in ${var[@]}; do

echo $str

done

相关文章: