如果我有一个数字int aNum = 2000000,我如何格式化,以便我可以显示为NSString 2,000,000?
int aNum = 2000000
objective-c nsstring
nsstring ×1
objective-c ×1