连接代码: privatestaticStringstr="com.microsoft.sqlserver.jdbc.SQLServerDriver"; static{//加载驱动 try{ Class.forName(str); }catch(ClassNotFoundExceptionex){ System.out.println("驱动加载异常"); } }