var chineseArr = ["", "", "", "", "Goolge", "AHHH"];
var newChineseArr = chineseArr.sort(function (a, b) {
return a.localeCompare(b, "zh-Hans-CN", {sensitivity: "accent"});
});
console.log(newChineseArr);
Export Ali, Baidu, Huawei and Tencent, AHHH, Goolge, under Chrome and Firefox
export AHHH, Goolge, Ali, Baidu, Huawei and Tencent
under IE. It is mainly the problem of zh-Hans-CN