marked

NSString *cardId2 = [rechargeInfo substringWithRange:NSMakeRange(32,8)];

                cardId2 = [NSString stringWithFormat:@"%08ld", strtoul([cardId2 UTF8String],0,16)];

猜你喜欢

转载自blog.csdn.net/mscinsidious/article/details/65445284