解决超链接中文乱码

str为传过来的数据
String keyword = new String(str.getBytes("iso-8859-1"), "utf-8");

你可能感兴趣的:(解决超链接中文乱码)