https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare
let arr=[]; console.log( arr.sort((item1,item2)=>{ return item1 .localeCompare( item2,'zh-CN', { numeric: true }); }) );
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare
let arr=[]; console.log( arr.sort((item1,item2)=>{ return item1 .localeCompare( item2,'zh-CN', { numeric: true }); }) );