针对JD-GUI

switch(0){
    case 1001:
        JSONObject jsoObj;
        String data = null;
            boolean isclose = false;
            try{
                jsoObj = new JSONObject("");
                data = jsoObj.getString("data");
                isclose = jsoObj.getBoolean("isclose");
            } catch (JSONException e){
                e.printStackTrace();
            }
            //xxx
            break;
}

 

posted @ 2014-12-25 14:20  带狗狗带  Views(161)  Comments(0Edit  收藏  举报