摘要: Shell中map的使用 Shell中的map与array有很多的相似之处,array操作:https://www.cnblogs.com/qq931399960/p/10786111.html 一、在使用map时,需要先声明,否则结果可能与预期不同,array可以不声明 declare -A ma 阅读全文
posted @ 2020-05-19 12:01 m_dongqi 阅读(333) 评论(0) 推荐(0)