📜  typescript 获取当前时间戳 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:14.184000             🧑  作者: Mango

代码示例3
// A unary operator like plus triggers the valueOf method in the Date object
// and it returns the timestamp (without any alteration).
+ new Date()