第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

這個(gè)定時(shí)器怎么無(wú)法運(yùn)行

這個(gè)定時(shí)器怎么無(wú)法運(yùn)行

慕粉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>怎么鼠標(biāo)都無(wú)法執(zhí)行,有沒(méi)報(bào)錯(cuò)
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 1250 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)