例如:后台返回的数据为:后台
data="{"totalRows":30}"数据
在js中 data=eval("("+data+")"); //使用eval 用括号将data做为表达式运行一次data
data=JSON.parse(data);eval