"use strict";
var getTime = function getTime(time) {
var date = getDate(time);
var hour = date.getHours();
var mins = date.getMinutes();
var sec = date.getSeconds();
var milli = date.getMilliseconds();
return "".concat(hour, ":").concat(mins, ":").concat(sec, ".").concat(milli);
};
module.exports.getTime = getTime;
热点
购物
交流
购物车
我的
测试