Shell教程
作者: CodeYang
shell 数组

(1)遍历数组

myArray=(one two three)
for((i=0;i<${#myArray[@]};i++)){
    echo  ${myArray[i]}
}

(2)xxx

标签: myarray、数组、echo、xxx、shell
一个创业中的苦逼程序员
  • 回复
隐藏