记录几个特殊的宏

_cmd 至关于@selector(当前的方法名)web - (void)tapAction { NSLog(@"%@ in %@", NSStringFromSelector(_cmd), self.class); } 打印app tapAction in ViewController __FILE__ 文件路径 __FUNCTION__ 方法 __LINE__ 行号svg NSLog(@"%
相关文章
相关标签/搜索