Java:将字符串返回HashMap

问题描述 投票:0回答:1

我有这个字符串

{Enchantment[minecraft:sharpness, DAMAGE_ALL]=2, Enchantment[minecraft:unbreaking, DURABILITY]=1}

并且我想将其返回到Hashmap

Map<Enchantment, Intiger> map = new HashMap<>();

但是怎么办?

arrays hash hashmap minecraft
1个回答
0
投票

您必须创建一个自定义解析器。

© www.soinside.com 2019 - 2024. All rights reserved.