变量aa='1,2,3'
怎么把aa变成'1','2','3'
sql='select * from tb1 where bb in('1','2','3')'