摘要: 数组乱序: var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];arr.sort(function () { return Math.random() - 0.5;}); 数组拆解: flat: [1,[2,3]] --> [1, 2, 3]Array.prototy 阅读全文
posted @ 2019-04-05 19:52 燕十三丶 阅读(431) 评论(0) 推荐(0) 编辑
AmazingCounters.com