String path = null;
path = new String(url.getBytes("iso-8859-1"),"utf-8");
字符流中转码。字符流转码。某些路径中包含中文字符,可以用次转码解决乱码
String path = null;
path = new String(url.getBytes("iso-8859-1"),"utf-8");
字符流中转码。字符流转码。某些路径中包含中文字符,可以用次转码解决乱码
9704
326
1936

被折叠的 条评论
为什么被折叠?