gpt4 book ai didi

objective-c - 将 NSString 转换为 Integer 时保留前导零

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:04:16 25 4
gpt4 key购买 nike

有没有办法在将字符串转换为整数时保留前导零。例如,假设字符串是“01”,有没有办法将它存储为整数值 01?

- (int) getNextHand{

int temp = [[numbersArray objectAtIndex:cardsDelt] intValue];
NSLog(@"Card %i: %i", cardsDelt, temp);
cardsDelt++;
return temp;
}

我的 numbersArray 包含 4 个前导零数字,它们是:“00”“01”“02”“03”

最佳答案

如果你想用前导零记录,使用类似 %02d 的东西

关于objective-c - 将 NSString 转换为 Integer 时保留前导零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11276509/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com