NSMutableString *str = [[NSMutableString alloc] init];
假设str有权知道一个值“me”。
单击一个按钮,我希望str get的值重置。即字符串值变为零或为空。
现在我使用这个
[myword stringWithString: @""];
但不起作用。 最佳答案
以“AA>以”为参数。
[我的字设置字符串:@“”];
如果你想让它为零,那么释放它,然后设置为零。
[我的文字发布];
myword=nil;
关于iphone - 如何使用空值重置NSMutableString?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3546446/