JSONArray outputArr = new JSONArray;outputArr = joinJSONArrayoutputArr data;JSONObject tempData = new JSONObject;tempDataputdata outputArr;data中有数据经过上面代码tempData中的数据为空怎么修改
根据提供的代码,可以看出问题出在joinJSONArray(outputArr, data)这个函数上。可能是这个函数没有正确地将data中的数据添加到outputArr中。你可以检查一下joinJSONArray函数的实现并确保正确地将data中的数据添加到outputArr中。
原文地址: http://www.cveoy.top/t/topic/iVwp 著作权归作者所有。请勿转载和采集!