Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目標 C (NSString) でパーセント記号を付ける方法を教えてください。つまり、フォーマット指定子とは何ですか?
試す %%。これは書式指定子記号であるため、エスケープする必要があります。
%% 通常の c と同じです。実際、すべてのフォーマット指定子は sprintf と同じです。