获取当前时间到毫秒

function GetMilliSecond() 
{
    return new Date().getTime();
}
原文地址:https://www.cnblogs.com/G921123/p/11532191.html