sort的小坑点

it2023-04-17  73

sort的写法是sort(a,b,cmp),其中排序范围是[a,b),而不是[a,b];

最新回复(0)