input 表示输入参数 parm[0].Value = "值"; output 是表示输出返回参数 parm[4].Direction = ParameterDirection.OutPut; --这么写 inputout 表示输入输出参数 ???--怎么写?