gpt4 book ai didi

iphone - 如何创建 "0000001"类型数字格式?

转载 作者:可可西里 更新时间:2023-11-01 05:01:18 25 4
gpt4 key购买 nike

我想生成增量收据编号,格式为“00000001”。每次发生新交易时,收据编号应增加 1。

0000001
0000002
0000003

0000010
0000011

0000100
0000101

那么,我该如何实现这种数字格式。 objective-c 中有没有特殊的数字格式?

最佳答案

如果您的数字是整数并且只有输出很重要,您可以这样做:

NSString * output = [NSString stringWithFormat:@"%07d", integer];

将数字格式化为 7 位数字,前导零。

关于iphone - 如何创建 "0000001"类型数字格式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8875770/

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