看看這個在數据庫裏是不是亂麻暸
//.....
PrepareStatement prestmt=null;
try{
    strsql="insert into table(name,body)values(?,?)";
    prestmt=conn.prepareStatement(strsql);
    prestmt.setBytes(1,area.getByte("GBK"));
    prestmt.setByetes(2.area.getByet("GBK"));
    prestmt.executupdate();
}catch(Exception e){
   Systtem.out.println("error:"+e.getMessage());
}
//.........