日期:2014-05-20 浏览次数:21296 次
var str="{\"purgin\":[{\"SupercargoBatchNumber\":\"Y001\",\"SupercargoBatchClearState\":\"1\",\"SupercargoGroupTime\":\"1922/12/12 0:00:00\",\"SupercargoGroupName\":\"刀郎组\",\"Name\":\"李龙\",\"TransType\":\"现金交易\",\"Barcode\":\"0001\",\"Amount\":\"100.00\",\"Count\":\"1\",\"ClearState\":\"1\"},{\"SupercargoBatchNumber\":\"Y001\",\"SupercargoBatchClearState\":\"1\",\"SupercargoGroupTime\":\"1922/12/12 0:00:00\",\"SupercargoGroupName\":\"刀郎组\",\"Name\":\"李龙\",\"TransType\":\"现金交易\",\"Barcode\":\"0001\",\"Amount\":\"100.00\",\"Count\":\"1\",\"ClearState\":\"1\"},{\"SupercargoBatchNumber\":\"Y001\",\"SupercargoBatchClearState\":\"1\",\"SupercargoGroupTime\":\"1922/12/12 0:00:00\",\"SupercargoGroupName\":\"刀郎组\",\"Name\":\"华硕\",\"TransType\":\"现金交易\",\"Barcode\":\"0001\",\"Amount\":\"100.00\",\"Count\":\"1\",\"ClearState\":\"1\"}]}"
eval("v="+str)
console.log(v)
var msg = "{\"purgin\":[{\"SupercargoBatchNumber\":\"Y001\",\"SupercargoBatchClearState\":\"1\",\"SupercargoGroupTime\":\"1922/12/12 0:00:00\",\"SupercargoGroupName\":\"刀郎组\",\"Name\":\"李龙 \",\"TransType\":\"现金交易\",\"Barcode\":\"0001\",\"Amount\":\"100.00\",\"Count\":\"1\",\"ClearState\":\"1\"},{\"SupercargoBatchNumber\":\"Y001\",\"SupercargoBatchClearState\":\"1\",\"SupercargoGroupTime\":\"1922/12/12 0:00:00\",\"SupercargoGroupName\":\"刀郎组\",\"Name\":\"李龙\",\"TransType\":\"现金交易\",\"Barcode\":\"0001\",\"Amount\":\"100.00\",\"Count\":\"1\",\"ClearState\":\"1\"},{\"SupercargoBatchNumber\":\"Y001\",\"SupercargoBatchClearState\":\"1\",\"SupercargoGroupTime\":\"1922/12/12 0:00:00\",\"SupercargoGroupName\":\"刀郎组\",\"Name\":\"华硕\",\"TransType\":\"现金交易\",\"Barcode\":\"0001\",\"Amount\":\"100.00\",\"Count\":\"1\",\"ClearState\":\"1\"}]}";
var jsn = eval('('+msg+')');
alert(jsn.purgin[0].SupercargoBatchNumber);