标签: ios objective-c
我需要发送一个大于127的整数的Ascii值来加密字符串。我正在使用[NSString stringWithFormat:@"%c", myInteger]。但是,这会返回一个空字符串,可能是因为myInteger大于127,例如130。
[NSString stringWithFormat:@"%c", myInteger]