字符转换

案例:

content = new String(content.getBytes("ISO-8859-1"),"utf-8");

content = URLDecoder.decode(content,"utf-8");

posted @ 2017-04-18 17:32  不再迷茫  阅读(133)  评论(0)    收藏  举报