摘要: 今天温习Connection和Statement。 Connection: Connection最为重要的方法就是获取Statement: Statement stmt = con.createStatement(); 后面在学习ResultSet方法时,还要学习一下下面的方法: Statement 阅读全文
posted @ 2020-11-25 16:24 哦心有 阅读(38) 评论(0) 推荐(0)