程序的耦合與解耦

public class JdbcDemo1 { public static void main(String[] args) throws SQLException, ClassNotFoundException { // 1.註冊驅動 DriverManager.registerDriver(new com.mysql.cj.jdbc.Driver()); // 2.獲
相關文章
相關標籤/搜索