把从后台传到前端的json格式的字符串转成json

success: function(data){
  var json =eval("("+data+")");
  alert(json.pname+" "+json.page);
}