byte[] temp_t=items.getBytes("ISO-8859-1");
String temp=new String(temp_t);
System.out.println(temp);试一试