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

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

大神看下我哪里出錯了?

大神看下我哪里出錯了?

因扎吉 2016-01-11 19:12:04
<!DOCTYPE?html> <html> <head> <meta?charset="UTF-8"> <title>js動畫</title> </head> <body> <style?type="text/css"> *{margin:?0;padding:?0;} #div1{width:?200px;height:?200px;background-color:?red;position:?relative;top:0;left:?-200px;} #share{position:?absolute;top:?70px;left:?200px;background-color:?blue;color:?#fff;cursor:?pointer;} </style> <script?type="text/javascript"> window.onload?=?function(){ var?div?=?document.getElementById("div1"); var?share?=?document.getElementById("share"); share.onmouseover?=?function(){ startmove(); } share.onmouseout?=?function(){ startmove1(); } } var?timer?=?null; function?startmove(){ clearInterval(timer); var?div?=?document.getElementById("div1"); var?timer?=?setInterval(function(){ if(div.offsetLeft?>=?0){ clearInterval(timer); } else{ div.style.left=?div.offsetLeft+10+"px"; } },50) }? function?startmove1(){ clearInterval(timer); var?div?=?document.getElementById("div1"); var?timer?=?setInterval(function(){ if(div.offsetLeft?>=?-200){ clearInterval(timer); } else{ div.style.left=?div.offsetLeft-10+"px"; } },50) } </script> <div?id="div1"><span?id="share">發射</span></div> </body> </html>
查看完整描述

6 回答

?
因扎吉

TA貢獻18條經驗 獲得超3個贊

個位 ?問題已解決了。!我在28行 和40行重復定義了timer這個定時器所造成的的@??!

查看完整回答
反對 回復 2016-01-14
?
echo_kinchao

TA貢獻600條經驗 獲得超86個贊

你的分號寫成了中文的

查看完整回答
反對 回復 2016-01-13
?
因扎吉

TA貢獻18條經驗 獲得超3個贊

javascript 的問題??!求講解!

查看完整回答
反對 回復 2016-01-11
  • 6 回答
  • 0 關注
  • 2087 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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