不想分割遍历,试了两种方法都不行
1.select * from userbase where userid in({$str})2.SELECT * FROM userbase where find_in_set(userid,{$str})