java.sql.SQLException: No suitable driver found for
现在是凌晨1点48,我花了两个半小时来找bug。今天出现编码出现了Nosuitabledriverfoundforjdbc,又是找遍了网上的资料,基本上都说是三个问题:一是:连接URL格式出现了问题(Connectionconn=DriverManager.getConnection("jdbc:mysql://localhost:3306/XX","root","XXXX")二是:驱动字符串出错