sort () calls String() on every item and then compares the strings to determine the order, even if all items in an array are numbers. var values = [0, 1, 5, ...
確定! 回上一頁