NSLog(@"%@",[NSThread currentThread]);
查看当前方法在哪个线程:
普通用法: (void)run; (void)study; (void)run{NSLog(@"run");} (...
对于OC 我们很常用的吧,对NSLog 进行重写。 下面有请Swift 版本的 首先需要定义一下DEBUG 用法如...
NSLog(@"%@", NSStringFromClass([self class])); NSLog(@"%@...
NSLog(@"%02ld",5); NSLog(@"%0.2f",0.2789); NSLog(@"%0.2f"...
NSLog(@"%02ld",8); NSLog(@"%0.2f",0.2694); NSLog(@"%0.2f"...
NSLog(@"on value: %@" ,on?@"YES":@"NO"); NSLog(@"%@",/* D...
IOS NSLog宏定义 标签(空格分隔): IOS IOS NSLog宏定义 宏定义NSLog方法,不用加";"...
一、NSLog 问题 NSLog ----- Logs an error message to the Apple...
#ifdef DEBUG #define NSLog(...) NSLog(__VA_ARGS__) #defin...
本文标题:NSLog用法
本文链接:https://www.haomeiwen.com/subject/stpuyttx.html
网友评论