亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

這個定時器怎么無法運行

這個定時器怎么無法運行

慕粉3884565 2017-04-17 21:19:15
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="description" content=""><meta name="keywords" content=""><title>Examples</title><style type="text/css">? ? *{margin:0;padding:0;}? ? #box1{width:120px;height:200px;background:pink;position:relative;left:-120px;top:200px;}? ? #box2{font-size:14px;color:#fff;background:red;position:relative;left:120px;top:100px;}</style></head><body><div id="box1">? ? <div id="box2">我是廣告</div></div>? ? <script type="text/javascript">? ? ? ? var box1 = document.getElementById("box1");? ? ? ? var box2 = document.getElementById("box2");? ? ? ? var times=null;? ? ? ? var time=10;? ? ? ? var left=0;? ? ? ? box2.onmouseover = function(){? ? ? ? ? ? over();? ? ? ? }? ? ? ? box2.onmouseout = function(){? ? ? ? ? ? out();? ? ? ? }? ? ? ? function over(){? ? ? ? ? ? if(times)clearInterval(times);? ? ? ? ? ? ?times = setInterval(function(){? ? ? ? ? ? ? ? var leftDome = parseInt(getStyle(box1,'left'));? ? ? ? ? ? ? ? if(leftDome==left){? ? ? ? ? ? ? ? ? ? clearInterval(times);? ? ? ? ? ? ? ? }else{? ? ? ? ? ? ? ? ? ? box1.style.left = leftDome+time+'px';? ? ? ? ? ? ? ? }? ? ? ? ? ? },1000/13)? ? ? ? }? ? ? ? var time=-10;? ? ? ? var left=-120;? ? ? ? function out(){? ? ? ? ? ? if(times)clearInterval(times);? ? ? ? ? ? times = setInterval(function(){? ? ? ? ? ? var leftDome = parseInt(getStyle(box1,'left'));? ? ? ? ? ? if(leftDome==left){? ? ? ? ? ? ? ? clearInterval(times);? ? ? ? ? ? }else{? ? ? ? ? ? ? ? box1.style.left=time+leftDome+'px';? ? ? ? ? ? }? ? ? ? },1000/13)? ? }? ? ? ? function getStyle(obj,attr){? ? ? ? ? ? return obj.currentStyle?obj.currentStyle[attr]:getComputedStyle(obj)[attr];? ? ? ? }? ? </script></body></html>怎么鼠標都無法執行,有沒報錯
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 1238 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號