unhandled exception org.json.JsonException string 转JSONObject

try {
    JSONObject jsonObject = new JSONObject(result);
} catch (JSONException e) {
    e.printStackTrace();
}
发布了24 篇原创文章 · 获赞 2 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/wlm123565/article/details/104523500