eclipse报“Cannot invoke "java.sql.Connection.createStatement()" because "coon" is null”错误怎么解决?
这报错不都说明了嘛,你的 连接对象 coon 是 null,不能直接使用,检查一下
贴代码。