1 Star 2 Fork 2

eogee/JS入门教程

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test21-2.html 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
eogee 提交于 2022-06-21 15:49 . 19-21讲义及代码
<!DOCTYPE html>
<html>
<head>
<title>21Javascript HTML BOM History、Navigator和Cookie</title>
<meta charset="UTf-8">
</head>
<body>
<h1>21Javascript HTML BOM History、Navigator和Cookie 返回页面</h1>
<div id = "demo"></div>
<script>
//返回功能实现
function goBack(){
window.history.back();
}
</script>
<input type = "button" value="back" onclick="goBack()">
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eogee/js.git
[email protected]:eogee/js.git
eogee
js
JS入门教程
master

搜索帮助