3 Star 1 Fork 0

rain/match

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_stack.html 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
rain 提交于 2024-01-23 20:12 +08:00 . 修改了部分内容
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.com{
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<ul>
<button class="com"></button>
<button class="com"></button>
<button class="com"></button>
<button class="com"></button>
</ul>
<script>
var d = document.querySelector('ul');
var img=document.querySelectorAll("button");
for(var i=0;i<img.length;i++){
img[i].onclick=function(){
for(var i=0;i<img.length;i++){
img[i].style.backgroundColor='';
}
this.style.backgroundColor='pink';
}
}
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rain_zls/match.git
git@gitee.com:rain_zls/match.git
rain_zls
match
match
master

搜索帮助