📜  javascript代码示例中的数字排序

📅  最后修改于: 2022-03-11 15:03:10.853000             🧑  作者: Mango

代码示例6
numArray = numArray.sort((a, b) => a - b);