json 日期排序

users.sort((a,b)=>Date.parse(a.winningAt)-Date.parse(b.winningAt))
原文地址:https://www.cnblogs.com/ybleeho/p/8421987.html