📅  最后修改于: 2022-03-11 15:02:09.101000             🧑  作者: Mango
Change
JSONObject jsonObject = new JSONObject(result);
to
result=getJSONUrl(url); //<< get json string from server
JSONObject jsonObject = new JSONObject(result);