unhandled exception org.json.JsonException string 转JSONObject

 

try {
    JSONObject jsonObject = new JSONObject(result);
} catch (JSONException e) {
    e.printStackTrace();
}
Published 24 original articles · won praise 2 · views 10000 +

Guess you like

Origin blog.csdn.net/wlm123565/article/details/104523500