gpt4 book ai didi

objective-c - 在objective-c中创建现在的时间戳作为NSNumber

转载 作者:IT老高 更新时间:2023-10-28 11:43:30 28 4
gpt4 key购买 nike

如何获取时间戳作为 NSNumber?我只需要这样的东西:1232885280

最佳答案

NSTimeInterval timeStamp = [[NSDate date] timeIntervalSince1970];
// NSTimeInterval is defined as double
NSNumber *timeStampObj = [NSNumber numberWithDouble: timeStamp];

关于objective-c - 在objective-c中创建现在的时间戳作为NSNumber,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3448812/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com