1 Star 0 Fork 0

lefutong / pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
lefutong 提交于 2017-12-29 16:23 . 更新 index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RunJS</title>
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
</head>
<body>
</body>
<script>
setTimeout(function(){
$.getScript("http://lefutong.gitee.io/pages/js/test1.js",function(response,status){
console.log(status)
})
},5000);
</script>
</html>
1
https://gitee.com/lefutong/pages.git
git@gitee.com:lefutong/pages.git
lefutong
pages
pages
master

搜索帮助