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