例如:data="{\"totalRows\":30}"data
在js中 eval
data=eval("("+data+")"); //使用eval 用括號將data做爲表達式運行一次
data=JSON.parse(data);