We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://vxetable.cn/xe-utils/#/?to=uniq
XEUtils.uniq([{a: 1, b: 11}, {a: 1, b: 22}, {a: 4, b: 33}, {a: 5, bb: 44}], 'a') 实际输出是// [{a: 1, b: 11}, {a: 1, b: 22}, {a: 4, b: 33}, {a: 5, bb: 44}],并没有去重
[{a: 1, b: 11}, {a: 4, b: 33}, {a: 5, bb: 44}]
No response
The text was updated successfully, but these errors were encountered:
那是新版本才支持的,需要更新最新版本
Sorry, something went wrong.
怎么更新版本呀
No branches or pull requests
可复现的链接:
https://vxetable.cn/xe-utils/#/?to=uniq
问题描述与截图:
XEUtils.uniq([{a: 1, b: 11}, {a: 1, b: 22}, {a: 4, b: 33}, {a: 5, bb: 44}], 'a')
实际输出是// [{a: 1, b: 11}, {a: 1, b: 22}, {a: 4, b: 33}, {a: 5, bb: 44}],并没有去重
期望的结果:
[{a: 1, b: 11}, {a: 4, b: 33}, {a: 5, bb: 44}]
操作系统:
No response
浏览器版本:
No response
The text was updated successfully, but these errors were encountered: