解决 alert([]==[]); // falsealert([]===[]); // false 将数组转换成字符串: JSON.stringify(a1) == JSON.stringify(a2) 或 a1.toString() == a2.toString()