摘要: 第一个JDBC程序: import java.sql.*; public class jdbc { public static void main(String[] args)throws ClassNotFoundException, SQLException { //1.加载驱动; Class. 阅读全文
posted @ 2021-04-08 22:06 Sikz 阅读(49) 评论(0) 推荐(0)