对图片进行Base64转码和解码 Base64代码 base64.c #include <stdlib.h> #include <stdio.h> #include <string.h> #incl … Continue reading 对图片进行Base64转码和解码