|
|
|
|
|
|
|
|
//response.setContentType("application/msword;charset=GBK"); |
|
|
//response.setContentType("application/msword;charset=GBK"); |
|
|
response.setContentType("application/msword"); |
|
|
response.setContentType("application/msword"); |
|
|
OutputStream out; |
|
|
OutputStream out; |
|
|
File files = new File(filePath,""); |
|
|
|
|
|
|
|
|
File files = new File(filePath); |
|
|
|
|
|
|
|
|
log.info("读出的文件文件地址为:{}",filePath); |
|
|
log.info("读出的文件文件地址为:{}",filePath); |
|
|
//InputStream inputStream = this.getClass().getResourceAsStream(filePath); |
|
|
//InputStream inputStream = this.getClass().getResourceAsStream(filePath); |