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 MainInt;
我想知道如何将我可以在标签中显示的单个非十进制答案的 int 值相乘。我很困惑。谢谢你。
label.text = [NSString stringWithFormat:@"%d", Score * MainInt];