var arr = [1,2,3];var arr2 = [1,2,3]; console.log(arr.toString()==arr2.toString()); 相关文章: 2021-12-28 2022-12-23 2022-12-23 2021-11-18