2022年8月9日

摘要: import java.sql.*; public class JdbcFirstDemo { public static void main(String[] args) throws ClassNotFoundException, SQLException { //加载驱动 Class.forN 阅读全文
posted @ 2022-08-09 22:18 sunny_2016 阅读(340) 评论(0) 推荐(0)

导航