1 Star 1 Fork 0

南漂一卒/EasyDocs.php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
南漂一卒 提交于 2016-11-15 14:57 . 【新增】项目基本工程结构
<!DocType HTML>
<html><head>
<meta http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>EasyDocs.php</title>
<link rel="stylesheet" href="//tech_query.oschina.io/css/EasyWebUI.css" />
<script src="//cdn.bootcss.com/require.js/2.2.0/require.min.js"></script>
<script>
require.config({
// baseUrl: 'JavaScript/',
paths: {
jquery: '//cdn.bootcss.com/jquery/1.12.4/jquery.min',
'jQuery+': '//tech_query.oschina.io/iquery/jQuery+',
'iQuery+': '//tech_query.oschina.io/iquery/iQuery+',
EasyWebApp: '//tech_query.oschina.io/javascript/EasyWebApp'/*,
TimePassed: '../demo/javascript/TimePassed'*/
}
});
require(['jquery', 'EasyWebApp'], function ($) {
$(document).ready(function () {
$('body > div').iWebApp();
});
});
</script>
</head><body><div>
<div src="document.php?list=json">
<select name="File" multiple>
<option name="URI"></option>
</select>
</div>
</div></body></html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/Tech_Query/EasyDocs.php.git
git@gitee.com:Tech_Query/EasyDocs.php.git
Tech_Query
EasyDocs.php
EasyDocs.php
master

搜索帮助