NSString另类赋值方法
碰到比较长的赋值怎么办
可以这么写
?
输出结果 a = @"hello world!"
NSString* a = @"hello" @" world";// orNSString* a = (@"hello" @" world" @"!");