摘要:
// 获取当前时间戳(以s为单位) var timestamp = Date.parse(new Date()); timestamp = timestamp / 1000; //当前时间戳为:1403149534 console.log("当前时间戳为:" + timestamp); // 获取某 阅读全文
posted @ 2018-01-12 17:15
喵小喵
阅读(981)
评论(0)
推荐(0)
2018年1月12日