Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看一个带有日期的 JSON 输入的示例,如下所示:
1136005200000
它对应于日期
12/30/05
这是什么时间格式?我对此比较陌生,非常感谢您的帮助。
Unix 时间以毫秒为单位,即Date.getTime()返回什么。
Date.getTime()