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