可以直接用JSONObject 这个类解析 jar包已经上传.JSONObject jsonObject= new JSONObject(json字符串);jsonObject.getString("DbNo");jsonObject.getString("fileBackup"); 以此类推