摘要:
web端和app端base64解码时中文乱码的问题.web端:String data = new BASE64Encoder().encode(data.getBytes("UTF-8"));app端String data2 = new String(Base64.decode(data), "UT... 阅读全文
posted @ 2015-04-02 21:01
航宇
阅读(1716)
评论(0)
推荐(0)
2015年4月2日 #