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.
string int と text を入れたい。
私はこのコードを持っています:chipsS = [NSString stringWithFormat:@"%i", chips];
chipsS = [NSString stringWithFormat:@"%i", chips];
何をすべきか?
stringVariable = [NSString stringWithFormat:@"%i - %@", intVariable, stringVariable];