标签:
// String转JSON,并getJSONObject obj = (JSONObject) JSON.parse(result); String errcode = obj.getString("errcode");
// 对象转String String str = JSONObject.fromObject(map).toString();
json
原文地址:http://www.cnblogs.com/yushouling/p/4973928.html