String strCon="jdbc:mysql://localhost:3306/"; 这句后面应该加上数据库库名.如:String strCon="jdbc:mysql://localhost:3306/库名";不加库名,它怎么知道在什么库下操作.