{a:4,b:2,c:6}.sort(function(a,b){ return a > b; });
js对象元素排序
原文:http://www.cnblogs.com/lman/p/5052551.html