es6語法中刪除數組對象中account值相同的一個對象

var chatList = this.data.chatList var hash = {}; chatList = chatList.reduce(function (item, next) { hash[next.account] ? 」 : hash[next.account] = true && item.push(next); return item }, [])
相關文章
相關標籤/搜索