js 數組對象屬性排序

出處:http://www.javashuo.com/article/p-dcubhevb-x.html   js sort方法根據數組中對象的某一個屬性值進行排序 sort方法接收一個函數作爲參數,這裏嵌套一層函數用來接收對象屬性名,其他部分代碼與正常使用sort方法相同. var arr = [ {name:'zopp',age:0}, {name:'gpp',age:18},
相關文章
相關標籤/搜索