我想在一个数字之后在我的字符串中有一个百分比符号。像这样:75%。
我怎么能做到这一点?我试过了:
[NSString stringWithFormat:@"%d\%", someDigit];
但是这对我没有用。
相似问题