常见例句int DecodeBase64(const char* pSrc, unsigned char* pDst, int nSrcLen) { int nDstLen; // 輸出的字符計數 int nValue;// 解碼用到的長整數 int i; 返回 PDST