alert弹出[object Object]解决方法

如题,可以使用这个方法来获取值 
var str = JSON.stringify(obj); 
alert(str); 

原文地址:https://www.cnblogs.com/muhy/p/14889215.html