Type type = new TypeToken<Map<String, Object>>() {}.getType(); Map<String, Object> map = gson.fromJson(json, type);. 二、json格式固定,有固定的值, ...
確定! 回上一頁