js获取当前时间戳 0 By 董德多 on 2018年4月3日 Javascript js获取当前时间戳方法: var now = Math.round(new Date() / 1000); console.log(now); 时间戳