JavaScript sort() 方法JavaScript Array 对象实例数组排序: [mycode4 type='js'] var fruits = ['Banana', 'Orange', 'Apple', 'Mango']; fruits.sort(); ...
確定! 回上一頁