美文网首页
获取以毫秒为单位的当前时间

获取以毫秒为单位的当前时间

作者: 皮蛋豆腐酱油 | 来源:发表于2020-01-06 11:31 被阅读0次
    - (UInt64) currentSystemTime {
        UInt64 recordTime = [[NSDate date] timeIntervalSince1970] * 1000;
        return recordTime;
    }
    

    相关文章

      网友评论

          本文标题:获取以毫秒为单位的当前时间

          本文链接:https://www.haomeiwen.com/subject/kzwboctx.html