關(guān)聯(lián)數(shù)組,相對于索引數(shù)組,又稱字典。
聲明方式:declare-Areladict
reladict["name"]=hello#賦值
引用方式:echo${reladict["name"]}#輸出hello
求長度:echo${#reladict[@]}
關(guān)聯(lián)數(shù)組,相對于索引數(shù)組,又稱字典。
聲明方式:declare-Areladict
reladict["name"]=hello#賦值
引用方式:echo${reladict["name"]}#輸出hello
求長度:echo${#reladict[@]}