java.sql.SQLException: 索引中丢失 IN 或 OUT 参数:: 1
java.sql.SQLException: 索引中丢失 IN 或 OUT 参数:: 1代码如下:public static void deleteEmpInfo(int empno){ StringBuffer sqlStr = new StringBuffer("delete from emp where empno = ? "); try{ ...