JSONObject obj = new JSONObject(); obj.put(key, value);. 直接构建即直接实例化一个JSONObject 对象,而后调用其put() 方法,将数据写入。put() 方法的 ...
確定! 回上一頁