标签:else pre bsp turn col fun log ons pos
var arrs = [8,19,26,4,9,0,38,10,88,7]; console.log(arrs.sort(CB)) function CB(v1,v2){ if(v1>v2){ return 1; }else{ return 0; } }
数组的排序
原文地址:http://www.cnblogs.com/web-wjg/p/8038688.html