1. 首页
  2. 数据库
  3. 其它
  4. iOS 获得现在的时间代码

iOS 获得现在的时间代码

上传者: 2021-01-08 11:24:54上传 PDF文件 31.93KB 热度 14次
一, 代码。 - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. //获得现在的时间 [self currentTime]; } #pragma -mark -functions //计算现在的时间 - (void)currentTime { //时间格式 NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; [
用户评论