<%@ page language="java" import="java.io.*" pageEncoding="UTF-8"%>
<%@ page contentType="application/msword; charset=gb2312" %><%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
File file = new File("E:\\work\\1.doc");
out.println(file);
         out.close();
%>这段代码一访问该页面就会出现下载情况,怎么才能在这个JSP页面上直接显示word的内容