日期:2014-05-16 浏览次数:21083 次
arr=split(replace(request.form("多行文本框的name"),chr(13),""),chr(10)) for i=0 to ubound(arr) if trim(arr(i))<>"" then conn.execute("insert into 表名称([username])values('"&arr(i)&"')" next