想知道整个字符集,其字符必须在 Objective-C NSString 对象中转义才能正确识别,例如"必须转义为\",如
NSString *temporaryString = @"That book is dubbed as \"the little book\".";
字符集与C语言char *字符串中的字符集相同吗?
感谢您的帮助:D
想知道整个字符集,其字符必须在 Objective-C NSString 对象中转义才能正确识别,例如"必须转义为\",如
NSString *temporaryString = @"That book is dubbed as \"the little book\".";
字符集与C语言char *字符串中的字符集相同吗?
感谢您的帮助:D