标签:style class blog code http tar
var test10Elements = [7, 6, 5, 4, 3, 2, 1, 0, 8, 9]; var comparefn = function (x, y) { return x - y; }; test10Elements.sort(comparefn); var comparefn2 = function (x, y) { return x > y; }; test10Elements.sort(comparefn2);
http://w3help.org/zh-cn/causes/SJ9013
js 数组排序要注意的问题,返回的值最好为 -1, 0, 1之间的值,布布扣,bubuko.com
js 数组排序要注意的问题,返回的值最好为 -1, 0, 1之间的值
标签:style class blog code http tar
原文地址:http://www.cnblogs.com/qiangspecial/p/3806741.html