{:b => {:c => "d"}}} ? 有什么想法吗? 谢谢 最佳答案 有趣 ruby-1.8.7-p174 > ["a-6ren">
gpt4 book ai didi

ruby - "Array to Hash"在 Ruby 中转换

转载 作者:太空宇宙 更新时间:2023-11-03 17:08:53 25 4
gpt4 key购买 nike

我需要将 ["a", "b", "c", "d"] 转换为 {:a => {:b => {:c => "d"}}} ?

有什么想法吗?

谢谢

最佳答案

有趣

ruby-1.8.7-p174 > ["a", "b", "c", "d"].reverse.inject{|hash,item| {item.to_sym => hash}}
=> {:a=>{:b=>{:c=>"d"}}}

关于ruby - "Array to Hash"在 Ruby 中转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3674920/

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