JS計算兩個時間戳相差的秒數

// 兩個時間戳相減 除1000 後取整便可 let second = parseInt((timeStart - timeEnd) / 1000);
相關文章
相關標籤/搜索