实现BASE64编码和解码程序,在类中实现如下函数并运行测试正确。BASE64编码算法请在网上查询。publicStringencode(byte[]data){}publicbyte[]decode(Stringb){}