linux base64 (C实现) ... //base64.c #include "base64.h" static char base64_table[255]; ... for(j=0,i='A';i<='Z';i++) /*填base64编码表*/
確定! 回上一頁