摘要: 1.引入:首先得知道数组没有可以直接去重的方法,即直接[].unique()是不支持的, 会报“Uncaught TypeError: [].unique is not a function”错误, 这就要求我们要将unique()方法添加到数组Array.prototype原型链中。 至于Arra 阅读全文
posted @ 2019-09-27 11:34 小白呀白菜 阅读(297) 评论(0) 推荐(0) 编辑