[JDBC]正確關閉connection

Connection conn = null; PreparedStatement stmt = null; ResultSet rs = null; try {    conn = DriverManager.getConnection(「jdbc:mysql://127.0.0.1/test」,「root」,「123456」);    stmt = conn.prepareStatement(
相關文章
相關標籤/搜索