<%t="张三,李四,王二,麻子"t=Split(t,",", -1, 1)For i=0 to UBound(t)Conn.Execute "Insert Into AA (BB) Values ('"&t(i)&"')"Next%>
用split分割字符串为数组,然后遍历字符串分别写入数据库