原帖由 key 于 13-1-2010 09:51 发表 登录/注册后可看大图 我自己写了一个encodeString的方法来调用Netty的base64编解码器, 结果发现某些字符串编码出错。 比如 hello 没错 world parameters 有错 public static String encodeString(String input){ byte[] ...