import?com.mysql.jdbc.Driver;??//是動態加載還是靜態加載? //jdbc數據庫連接為何用動態加載?: Class.forName("com.mysql.jdbc.Driver"); 查看完整描述