JDBC寫成工具類

工具類 public class jdbcUtils { private static String driver = "com.mysql.jdbc.Driver"; private static String url = "jdbc:mysql://localhost:3306/product"; private static String name = "root"; private
相關文章
相關標籤/搜索