JDBC實現過程代碼優化(上)——增刪改

1、優化以前代碼 因爲添加、刪除和修改僅SQL語句不一樣,因此此處僅以刪除爲例來講明mysql public class Test { public static void main(String[] args) { Connection con = null; Statement sta = null; try { Class.forName("com.mysql.jdbc
相關文章
相關標籤/搜索