SqlParameter[] p = {new SqlParameter("@key",key),new SqlParameter("@fromtype",fromtype)};sqlcommand执行的时候不能接受SqlParameter数组么?要怎么写?