1、需要gson解析的类型, 重写他的deserialize方法, 就是将其中json手动解析成map , 不对数据进行处理. 1public HashMap<String,Object> gsonToMap(String strJson) { 2 ...
確定! 回上一頁