SqlParameterCollection的Add方法有4个重载方法,你可以使用其他重载方法。还有一个AddWithValue方法,你可以直接添加参数名与参数值。例如:ST_mycommand.Parameters.AddWithValue("name", name);