使用循环,一个一个生成参数,再一起传给一个sql语句。
string ids="2,3,4,5,6,7"; string[] arr = ids.Split(',');转换成数组再去传参
这样只能在业务逻辑防注入,访问层拼接sql