JavaScript获取当前时间戳,秒及毫秒
2021-05-28 16:27
阅读:2451
代码
//默认为毫秒单位 let now = parseInt(new Date().getTime()); //除以1000得到秒级单位 let now = parseInt(new Date().getTime()/1000);
{{commentTotal}} 条评论
{{item.nickname}}
{{item.create_date}}
{{item.content}}
- 上拉或点击加载更多 -
- 加载中 -
- 没有更多了 -