可以的,或者你可以用 console.log(data) 去控制台看
alert(JSON.stringifg( data ));
alert(JSON.stringify( data ));
json里面加一个toString方法,然后alert(obj.toString())即可
当然可以