摘要: PowerShell - Hashtable #### Hashtable #array $numbers = 1..9 $numbers $numbers[4] #Hashtable #1st Approach $HT = @{} #2nd Approach $HT = @{ Tony = 30 阅读全文
posted @ 2022-01-10 11:32 晨风_Eric 阅读(46) 评论(0) 推荐(0) 编辑