例如select * from users where name='@name'如果换成select * from users where name IN (...)这种如何用SqlParamter呢? 查看完整描述