标签: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());
}
标签:long null ddr equals ati nbsp tde etl ring
原文地址:http://www.cnblogs.com/cuijinlong/p/7570019.html