Bootstrap

js时间戳求时间差

const after_time = new Date('2021/3/12 23:00:00').getTime()
  const now_time = new Date().getTime()
  const hm 
;