天天看点

js打印数组查看

alert() 是不能查看数组,对象的

console.log(数组变量);

然后你用火狐的friebug 在控制台查看

转载于:https://www.cnblogs.com/whlives/p/4662188.html