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.
我想输入字符串 int 和文本。
我有这个代码:chipsS = [NSString stringWithFormat:@"%i", chips];
chipsS = [NSString stringWithFormat:@"%i", chips];
该怎么办?
stringVariable = [NSString stringWithFormat:@"%i - %@", intVariable, stringVariable];