摘要:
var num = 0; var t = setInterval(function () { num++; var span1 = document.getElementById("span1"); //id名字 span1.innerText = num; if (num == 1000) { c 阅读全文
摘要:
效果:点击换一批的时候下面div进行切换 一、html部分: <div class="wrap" style="cursor: pointer;"> <div class="d40"> <span class="fl d41">猜你喜欢</span> <div class="fr cl d42"> 阅读全文
摘要:
效果: 轮播图自动自动切换 点击页数时候跳转到相应页数; 一、html部分: <body> <img src="img/1.jpg" id="li" alt=""> <input type="button" value="上一页" onclick="up(this)"> <input type="b 阅读全文