toJson(map)); String str = "{'123':23423423,'9999':-234234}"; Map<String,Integer> map2 = gson.fromJson(str, new TypeToken<Map<String ...
確定! 回上一頁