1 Star 0 Fork 60

星沉大海 / phpapp

forked from 小肥羊 / phpapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hello.html 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
听雨ji 提交于 2019-09-08 15:52 . 数据备份
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('#button1').click(function(){
window.location.href="#";
});
$('#button2').click(function(){
window.location.href="#";
});
});
</script>
</head>
<body>
hello,欢迎来到小时光的小窝
<button id="button1">走你</button>
<button id="button2">跳走</button>
</body>
</html>
PHP
1
https://gitee.com/starcn/phpapp.git
git@gitee.com:starcn/phpapp.git
starcn
phpapp
phpapp
master

搜索帮助