jquery操作json

把json字符串转换成json对象

var jsonObj = $.parseJSON(data);

你可能感兴趣的:(jquery,json)