下面的在我的机器上已经测试过了

作者:袖梨 2022-07-02
<%
'等到文本缓冲完才显示
response.buffer = true
'告诉浏览器用word来显示文档内容
Response.ContentType = "application/msword"
'文档设定
response.AddHeader "content-disposition", "inline; filename=report.doc"
%>


content="text/html; charset=gb2312">
站点发布信息