Open chenyaoshun opened 8 years ago
base64解码的时候没有剔除非base64编码字符的影响,比如空格、回车。导致解码错误。
我想问下这个扩展方法跟系统提供的- (NSString *)base64EncodedStringWithOptions:(NSDataBase64EncodingOptions)options方法有什么差异?
base64解码的时候没有剔除非base64编码字符的影响,比如空格、回车。导致解码错误。