一、適用於數字排序和字幕排序
json 的排序方法有很多種,這是其中最簡單的一種方法。
複製碼
function JsonSort(json ,key){
//console.log(json);
for(var j=1,jl=json.length;j
val = temp[key],
i 🎜> json[i 1] = json [i];
i = i-1;
}
//console.log(json);
return json;
}
var json = JsonSort(willSort,'age');
console.log(json);
三、JSON排序範例3
複製程式碼
程式碼如下:
var people = [
{
name: 'a75',
item1: false,
'z32',
item1: true,
item2: false
},
{
}];
function sortByKey(array, key) {
return array.sort(function(a, b) {
(x y) ? 1 : 0));
});}
people = sortByKey(people, '姓名');