gpt4 book ai didi

string - Groovy 字符串到 HashMap 转换

转载 作者:行者123 更新时间:2023-12-04 06:11:11 26 4
gpt4 key购买 nike

如您所知,我们可以简单地使用 toString() 方法从哈希中获取字符串。所以我们得到类似这样的字符串:

[first:[one:1.1], second:2]

问题是,我们怎样才能把这个字符串再次转换成哈希?

最佳答案

您可以使用 Eval.me static method :

def map = Eval.me( '[first:[one:1.1], second:2]' )
assert map == [first:[one:1.1], second:2]

关于string - Groovy 字符串到 HashMap 转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12458267/

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