在Ruby中,有什么区别
hash["key"] = "value"
和
hash.store("key","value")
ruby hash hashmap
hash ×1
hashmap ×1
ruby ×1