Avatar
omochimetaru 9/15/2023 4:35 AM
あ、 %@ が使えるのは ObjC です。
4:35 AM
元々はC言語の printf が多分元祖で大昔からあって
4:35 AM
ObjCではそこに オブジェクトなんでも渡せる型指定子として @ を追加したわけです。 (edited)
4:37 AM
Format Specifiers The format specifiers supported by the NSString formatting methods and CFString formatting functions follow the IEEE printf specification; the specifiers are summarized in Table 1. Note that you can also use the “n$” positional specifiers such as %1$@ %2$s. For more details, see the IEEE printf specification. You can also use these format specifiers with the NSLog function.