console.log(/Safari/.test(navigator.userAgent) && !/Chrome/.test(navigator.userAgent));
 
苹果手机获取时间戳
let stopTime = new Date('2019/02/11 0:00:00').getTime();

相关文章:

  • 2021-11-21
  • 2021-11-13
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-13
  • 2022-01-09
  • 2021-11-13
  • 2021-08-02
  • 2021-12-30
相关资源
相似解决方案