摘要: #!/bin/bashproPath=("text-1" "text-2" "text-3" "text-4");function main(){ for data in "${proPath[@]}"; do echo "${dat... 阅读全文
posted @ 2019-08-22 09:14 小朋友有很多问号 阅读(19) 评论(0) 推荐(0) 编辑