1.如果后台传来的JSON数据格式为: 2.获取键值的方法为: var parsedJson = jQuery.parseJSON(data);//格式化data数据 alert(parsedJson.srow);//取键值