+ (NSString *)GetNowTimes

{

    NSDate *date = [NSDate dateWithTimeIntervalSinceNow:0];

    NSTimeInterval timeInterval = [date timeIntervalSince1970];

    NSString *timeString = [NSString stringWithFormat:@"%.0f", timeInterval];

    return timeString;

    

}

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-12-22
  • 2021-06-14
  • 2021-11-18
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-02-17
  • 2021-07-12
相关资源
相似解决方案