gpt4 book ai didi

用于散列 : each element the key and derive value from it 的 Ruby 数组

转载 作者:数据小太阳 更新时间:2023-10-29 06:27:24 27 4
gpt4 key购买 nike

我有一个字符串数组,想用它来哈希。数组的每个元素都是键,我想根据该键计算值。是否有 Ruby 方法可以做到这一点?

例如:

['a','b'] 转换为 {'a'=>'A','b'=>'B'}

最佳答案

您可以:

a = ['a', 'b']
Hash[a.map {|v| [v,v.upcase]}]

关于用于散列 : each element the key and derive value from it 的 Ruby 数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9433678/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com