现在有个数组:现在要算出第一条数据和第二条数据的时间差,第二条和第三条的时间差,以此类推,后面还有很多条数据,不固定historyList:[{id:1,date:'2019-01-1814:08'},{id:2,date:'2019-01-1914:08'},{id:3,date:'2019-01-2014:08'}]我写到这里没有思路了:不知道该怎么取出相邻两项来相减?if(ctx.historyList.length>1){ctx.historyList.forEach((item,index)=>{console.log(ctx.historyList[index].date)})}
添加回答
举报
0/150
提交
取消