function myloadQQ(){ document.getElementById("QQ").style.left=5; document.getElementById("QQ").style.top=585; setInterval("mymoveQQ()",1); } function mymoveQQ(){ document.getElementById("QQ").style.left=5; /* var a=document.getElementById("QQ").style.top; a=Number(a.replace("px","")); var b=document.documentElement.scrollTop+585-a; if(b>0){ document.getElementById("QQ").style.top=a+Math.ceil(b*0.1); }else{ document.getElementById("QQ").style.top=a+Math.floor(b*0.1); } */ } document.write("
客户服务 客户服务
"); myloadQQ();