最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
下面的在我的机器上已经测试过了
时间:2022-07-02 23:32:34 编辑:袖梨 来源:一聚教程网
<%
'等到文本缓冲完才显示
response.buffer = true
'告诉浏览器用word来显示文档内容
Response.ContentType = "application/msword"
'文档设定
response.AddHeader "content-disposition", "inline; filename=report.doc"
%>
content="text/html; charset=gb2312">
站点发布信息
'等到文本缓冲完才显示
response.buffer = true
'告诉浏览器用word来显示文档内容
Response.ContentType = "application/msword"
'文档设定
response.AddHeader "content-disposition", "inline; filename=report.doc"
%>
content="text/html; charset=gb2312">