ES6方式Array实现js去重 var itemArr = selectedRows.map(x => { return x.dispatch_task_item_no }); var disitemArr = Array.f … 继续阅读 ES6方式Array实现js去重