MDN Intl https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl
https://github.com/sundway/blog/issues/9
Intl 对象是 ECMAScript 国际化 API 的一个命名空间,提供了精确的
- 字符串对比
- 数字格式化
- 日期时间格式化
https://www.zhangxinxu.com/wordpress/2019/09/js-intl-zh/
中文排序
[].sort(new Intl.Collator('zh').compare);