to knight_qmh(辉)
画图时在BEAN字体转换如下:
 public String enc_gb(String s){
try{
String temp_p = s;
byte[] temp_t = temp_p.getBytes("iso8859-1");
String temp = new String(temp_t);
return temp;
}
catch(Exception e){
return null;
}
  }
}
其它jsp中没有指定字体