NSTextView
我想使用NSLog
Objective-C 中的函数打印出 a 的文本内容。我到目前为止的代码是:
NSString *s=[updateSource textStorage];
NSLog(s);
我得到的只是错误:
[NSConcreteTextStorage getCharacters:range:]: selector not recognized [self = 0x43f4b0]
NSTextView
我想使用NSLog
Objective-C 中的函数打印出 a 的文本内容。我到目前为止的代码是:
NSString *s=[updateSource textStorage];
NSLog(s);
我得到的只是错误:
[NSConcreteTextStorage getCharacters:range:]: selector not recognized [self = 0x43f4b0]