1 Star 0 Fork 0

余州/7月14日作业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ZuoYe1.html 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
余州 提交于 2018-07-18 09:49 . Upload ZuoYe1.html ZuoYe2.html ZuoYe3.java
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<script >
var imgs =["../../img/1.jpg", "../../img/2.jpg", "../../img/3.jpg","../../img/4.jpg","../../img/5.jpg"];
var x = 0;
function time(){
x++;
x=x%5;
document.getElementById("tu").src =imgs[x];
}
function stoptupian(){
window.clearInterval(dingshi);
}
function dongqilai(){
dingshi=window.setInterval("time()",1000);
}
</script>
</head>
<body>
<img id="tu" src="../../img/1.jpg " onmouseover="stoptupian()" onmouseout="dongqilai()" />
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yz123456789/operation_in_july_14th.git
git@gitee.com:yz123456789/operation_in_july_14th.git
yz123456789
operation_in_july_14th
7月14日作业
master

搜索帮助