摘要: JDBC练习-insert语句 public static void main(String[] args) { Connection conn = null; Statement stmt = null; try { //1.注册驱动 Class.forName("com.mysql.jdbc.D 阅读全文
posted @ 2022-10-14 11:34 漁夫 阅读(162) 评论(0) 推荐(0)