蒋智昊 Objective-C 2018年11月9日 2018年11月9日 // 定义一个字符串 NSString *str = @"hi, jzh"; // 内存地址,变量 NSLog(@"str的地址=%p, str的值=%@", str, str); // 打印OC字符串要用@"" NSLog(@"hi");