先看看代码是这么写的: /*** <p>* JSONObject测试* </p>* @return*/public void jsonObjectTest(){List userInfosList = new ArrayList<UserInfo>();UserInfo u1 ……