只需加入下面两条语句:
<head>中加入
<meta http-equiv="Content-Type" content="application/msword; charset=utf-8" />
<body>中加入
<%
response.setContentType("application/msword");
%>
只需加入下面两条语句:
<head>中加入
<meta http-equiv="Content-Type" content="application/msword; charset=utf-8" />
<body>中加入
<%
response.setContentType("application/msword");
%>