try { // create a java mysql database connection String myDriver = "org.gjt.mm.mysql.Driver"; Class.forName(myDriver); Connection conn ...
確定! 回上一頁