为了账号安全,请及时绑定邮箱和手机立即绑定

函数没有效果,检查了好几遍。。。也没发现问题啊 求帮忙。

函数没有效果,检查了好几遍。。。也没发现问题啊 求帮忙。

慕数据4485210 2016-02-28 10:21:23
window.onload = function(){ moveMessage(); } function moveMessage(){  var news = document.getElementById("message");  news.style.position = "absolute";  var xpos = parseInt(news.style.left);  var ypos = parseInt(news.style.top);  if(xpos == 500&&ypos == 500){   return true;  }  if(xpos<500){   xpos ++;  }  if(xpos>500){   xpos --;  }  if(ypos<500){   ypos ++ ;  }  if(ypos>500){   ypos --;  }  news.style.left = xpos + "px";  news.style.top = ypos + "px";  setTimeout("moveMessage()",1000); } 想实现id为message的文本按时间在页面移动,可是调用该函数却没有效果。。。检查了半天也没发现什么错误啊,所以发上来请大家看看。
查看完整描述

4 回答

  • 4 回答
  • 0 关注
  • 1701 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信