1 Star 0 Fork 204

QYC/xoffice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<title>XDOC Office Server</title>
<link rel="shortcut icon" href="favicon.ico" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<link href="web/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<div class="container" style="padding-top:20px;">
<div class="text-center">
<img class="img-circle" src="web/image/xdoc.png">
<h1>XDOC</h1>
<h3>Office Server</h3>
<a id="demo" target="_blank"></a>
</div>
<hr>
<a class="btn btn-block" href="http://www.xdocin.com" target="_blank">&copy;XDOC提供技术支持</a>
</div>
<script>
var href = window.location.href + "xoffice?_xformat=docx"
+ "&_file=" + encodeURIComponent(window.location.href + "demo.docx")
+ "&_watermark=" + encodeURIComponent("http://www.xdocin.com");
var demo = document.getElementById("demo");
demo.setAttribute("href", href);
demo.innerText = "示例:" + href;
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/heroqyc/xoffice.git
git@gitee.com:heroqyc/xoffice.git
heroqyc
xoffice
xoffice
master

搜索帮助