1 Star 0 Fork 200

rogerlo / xoffice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
XDOC智能文档服务 提交于 2019-03-14 15:15 . 初始化
<!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");
var demo = document.getElementById("demo");
demo.setAttribute("href", href);
demo.innerText = "示例:" + href;
</script>
</body>
</html>
Java
1
https://gitee.com/xlite/xoffice.git
git@gitee.com:xlite/xoffice.git
xlite
xoffice
xoffice
master

搜索帮助