关于中午乱码的问题
byte[] temp; String title="汉字";temp=title.getBytes("ISO8859-1");
title=new String(temp);
这样报空指针异常, 怎么改呢? 求救.
搜索更多相关主题的帖子:
乱码 temp title String byte
----------------解决方案--------------------------------------------------------