码迷,mamicode.com
首页 > Web开发 > 详细

String转JSONObject

时间:2017-09-21 19:35:05      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:long   null   ddr   equals   ati   nbsp   tde   etl   ring   

      String elecAddress = TengXunAPIUtil.getDetailByGPS(Double.parseDouble(parkinglot.getLongitude()),Double.parseDouble(parkinglot.getLatitude()),1);
      if (elecAddress != null && !elecAddress.equals("")) {
    JSONObject json = new JSONObject(elecAddress);
    JSONObject addressJson = new JSONObject(json.get("result").toString());
    carSate.setElecAddress(addressJson.get("address").toString());
   }

String转JSONObject

标签:long   null   ddr   equals   ati   nbsp   tde   etl   ring   

原文地址:http://www.cnblogs.com/cuijinlong/p/7570019.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!