| 1234567891011121314 |
- <!DOCTYPE html>
- <html xmlns:th="http://www.thymeleaf.org">
- <head>
- <meta charset="UTF-8"/>
- <title>Title</title>
- <!-- office插件js begin 必须引入-->
- <script type="text/javascript" src="/static/jquery-3.2.1.min.js" ></script>
- <script type="text/javascript" src="/pageoffice.js" id="po_js_main"></script>
- <!-- end -->
- </head>
- <body>
- <a href="javascript:POBrowser.openWindowModeless('/word','width=1100px;height=800px;');">打开文件</a>
- </body>
- </html>
|