lookDocument.html 741 Bytes
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
    <th:block th:include="include :: header" />
</head>
<body class="gray-bg">
<iframe name="resource"  type="application/ms-word" th:src="${uploadInfo.url}" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe>
<th:block th:include="include :: footer" />
<script type="text/javascript">
    var prefix = ctx + "tool/gen";
    response.reset();
    //response.setContentType("application/x-msword");
    response.setContentType("application/MS-word");
    response.addHeader("Content-isposition","attachment;filename=" + "http://localhost:8888/wms/profile/wmsfile/1.pdf");
</script>
</body>
</html>