【2012-04-20】使用jdbc 得到数据库连接2行代码
Class.forName(strDriver); Connection conn =DriverManager.getConnection(strUrl, strUser, strPwd);
?
??