代码记录(一)

论坛 期权论坛 脚本     
已经匿名di用户   2022-4-26 15:52   1553   0

window.onload = function(){ var xia = document.getElementById('xia'); var shang = document.getElementById('shang'); var html = document.getElementById('html'); xia.onclick = function(){ slids.ent(); } shang.onclick = function(){ slids.enet(); } } var slids = { title:["男子跑步","女子跑步","男子足球","女子足球","男子篮球","女子篮球","男子网球","女子网球","男子羽毛球","女子羽毛球","男子自行车"], index:0, ent:function(){ var _this = this; _this.index++; _this.index = _this.index>=_this.title.length-1?_this.title.length-1:_this.index; // alert(_this.index); html.innerHTML = _this.title[_this.index]; return false; }, enet : function(){ var _this = this; _this.index--; _this.index = _this.index<=0?0:_this.index; // alert(_this.index); html.innerHTML = _this.title[_this.index]; return false; } }

转载于:https://www.cnblogs.com/xinlinux/p/4417785.html

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:81
帖子:4969
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP