原型:Dictionary(Of TKey, TValue)
原型不能直接使用,必須給TKey, TValue指定壹個類型(Type)
強類型字典:Dictionary(Of String, String)
表示鍵和值都為String類型的字典。