This is because when sorting numbers, each number is converted to a string. The sort method compares character by character, so the “1” in “100” is smaller ...
確定! 回上一頁