欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

JsonObject JsonArray

程序员文章站 2024-02-02 21:40:46
...
try {
                                        JSONObject jsonObject = new JSONObject(result);
                                        if (null != jsonObject) {
                                            if (jsonObject.has("cause_id") && !TextUtils.isEmpty(jsonObject.getString("cause_id"))) {
                                                cause_id = jsonObject.getString("cause_id");
                                            }
                                        }
                                    } catch (Exception e) {
                                        e.printStackTrace();
                                    }