摘要: bash数组array[*]、array[@]、"array[*]"、"array[@]" matrix=("hi" "hello world" "1 2 3") for item in ${matrix[*]};do echo ${item} done echo " " for item in $ 阅读全文
posted @ 2021-04-14 23:01 MOVIT 阅读(262) 评论(0) 推荐(0)