| }
}else{
System.out.println("create stmt fail!");
}
}else{
System.out.println("create stmt fail!");
}
}catch(Exception e){
System.out.println(e);
}
finally{
if(rs!=null)
rs.close();
if(stmt!=null)
rs.close();
if(conn!=null)
conn.close();
}
%>
上一页 [1] [2] [3] [4] |