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.
有谁知道如何将 NSDate 转换为 JSON Date(ticks) 以发送到 .net Web 服务?
我在 javascript Date 文档中看不到“滴答声”,但根据您的较早问题,您自 1970 年以来已经过了几毫秒。
[date timeIntervalSince1970] * 1000;