Map json = gson.fromJson(data, Object.class); if(json.get("field") instanceof Map) { Map ...
確定! 回上一頁