C++ 实现计算base64码 std::string base64_encode(unsigned char const* , unsigned int len); std::string base64_decode(std::string const& s);