1
oott123 2017-09-23 22:37:08 +08:00
Math.round(new Date / 1000)
|
2
SilentDepth 2017-09-23 23:27:33 +08:00
楼主这个,用 code block 可好 = =
|
3
chengyanwei OP @SilentDepth 感谢指点,第一次发,没注意
|
4
chengyanwei OP @oott123 嗯嗯,主要是为了能加上一个某个时间往后推或者往前推这么一个功能,js 还在学习当中,感谢指点
|
5
kyuuseiryuu 2017-09-24 20:52:02 +08:00 via iPhone
moment 库?
|
6
SilentDepth 2017-09-24 21:35:48 +08:00
@kyuuseiryuu #5 简单来说就是 Moment 的 Manipulate 功能
|
7
connection 2017-09-24 22:20:04 +08:00
performance api.........
|
8
chengyanwei OP @SilentDepth @connection 了解了一下 moment.js 和 performance api 功能很强大,很有帮助,谢谢
|
9
yemage 2017-10-13 22:41:23 +08:00
+new Date()
|