下面两个题仅限于java解答1. 实现一个lite版的字符串替换函数char[] strreplace(char[] str, char[] sub, char[] rep)2. 对任意数据进行Base64编码char[] base64_encode(byte[] data)