About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
YoungSx
7/10/2017 - 10:42 AM
share
Share
add_circle_outline
Save
JS取时间戳
JS取时间戳
JStimestamp.js
content_copy
file_download
var now = +new Date() // + 的意思是整数型 也就是取毫秒 也就是时间戳 var now = new Date().getTime()
clear