这个是什么意思呢,不太明白

 

你没有提供相应的参数

getTable("select * from student where id=@stuNo",new SqlParameterp[]{new SqlParameter("stuNo",111)});

根据你自己的数据库操作类的方法,将SqlParameter传递进去,可以传递的参数多余需要的参数,但已经定义名字的参数必须传递进来,指令中有 @stuNo,那么paramenter里就必须有 stuNo的参数