// // Copyright © 2017年 dahua. All rights reserved. // #import @interface NSData (Base64) //进行Base64编码 - (NSString *)base64String; @end