运行 ❯
获取
自己的节点
服务器
×
更改方向
更改主题,深色/浅色
转到 Spaces
// the `: number` here specifies that this function returns a number function getTime(): number { return new Date().getTime(); } console.log(getTime());
1648464745471