常见例句int DecodeBase64(const char* pSrc, unsigned char* pDst, int nSrcLen) { int nDstLen; // 输出的字符计数 int nValue;// 解码用到的长整数 int i; 返回 PDST