NSString stringWithFormat 百分号
我搜索后找不到这个答案...
如果我有这个,我怎样才能让它显示最后的%符号?它只是在我的标签中省略了它。
[NSString stringWithFormat:@"Tries %i%", tries];
I searched and could not find this answer...
If I have this, how can I get it to display the final % symbol? It just omits it in my label.
[NSString stringWithFormat:@"Tries %i%", tries];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我可以贡献一点并分享这个综合列表 选项。杰西是
正确的!
就我而言,以下方法可以解决问题!
快乐编码!
I thought I could contribute a bit and share this comprehensive list of options. Jesse is
right!
In my case, the following does the trick!
Happy coding!