用jQuery的一个方法$.parseJSON()将JSON格式的数据转成JS对象。例如: var json_data = $.getJSON(); var data = $.parseJSON(json_data);