摘要: //对Object的num字段进行排序 var compare = function (propertyName) { return function (object1, object2) { var value1 = object1[propertyName]; ... 阅读全文