NSString 中 %@ %d 的名称

发布于 2024-12-12 15:55:12 字数 85 浏览 1 评论 0原文

这些在 Objective C 中叫什么? @"%@" @"%d" @"%i"

What are these called in Objective C? @"%@" @"%d" @"%i"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

错々过的事 2024-12-19 15:55:12

它们称为格式说明符,也可以称为“字符串中后续变量的占位符”。

https://developer.apple.com/库/mac/#documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html

They are called format specifiers, could also be called 'placeholders in a string for the variables that will follow'.

https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html

过气美图社 2024-12-19 15:55:12

它们是 NSString 文字。更具体地说,它们看起来被用作 printf 样式函数的格式化字符串

They are NSString literals. More specifically, they look they are being used as formatting strings for printf style functions.

尽揽少女心 2024-12-19 15:55:12

我相信它们被称为“格式占位符”,正如这篇维基百科文章所建议的那样: http://en .wikipedia.org/wiki/Printf_format_string#Format_placeholders

I believe that they are called 'format placeholders', as suggested by this wikipedia article: http://en.wikipedia.org/wiki/Printf_format_string#Format_placeholders

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文