Response JSONObject JSONArray转化
String result = response.body().string(); Response;//获取内容字符串
JSONArray parseObject2 = JSONObject.parseObject(result, JSONArray.class);//字符串转JSONArray
JSONObject memberInfo = parseObject2.getJSONObject(0);//字符串转JSONArray转JSONObject
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号