分为10位数字(ten digit)和13位(thirteen digit)数字

1. Unix, Python为10

time +%s
import time
time.time()

2. JavaScript为13位

10位的单位是秒,13位的是毫秒,一般开发默认单位为秒

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2021-04-03
  • 2022-02-09
  • 2021-05-23
  • 2021-07-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案