NSLog

NSLog用于输出打印,类似于C的printf

声明:

NSString *str = @"hello world";
NSLog(@"hello world");
NSLog(str);

results matching ""

    No results matching ""