asp中导出文本文件
'导出TXT文件
Response.Buffer = false
Response.AddHeader "Connection", "Keep-Alive"
Response.ContentType = "text/plain"
Response.AddHeader "Content-Disposition", "attachment; filename="&strSendIdCode&".txt"
'导出TXT文件
Response.Buffer = false
Response.AddHeader "Connection", "Keep-Alive"
Response.ContentType = "text/plain"
Response.AddHeader "Content-Disposition", "attachment; filename="&strSendIdCode&".txt"