注册 登录
编程论坛 J2EE论坛

关于中午乱码的问题

想你的天空 发布于 2006-06-02 13:55, 619 次点击
byte[] temp; String title="汉字";
temp=title.getBytes("ISO8859-1");
title=new String(temp);

这样报空指针异常, 怎么改呢? 求救.
0 回复
1