JavaScript获取当前时间

JavaScript获取当前时间

var now_time = Date.parse(new Date()) / 1000;
原文地址:https://www.cnblogs.com/GetcharZp/p/11711586.html