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