下面是代码 什么有的语句没有被相应
function mouseOver(u){
var a=0;
var o=document.getElementById('div'+u);
function move(){
a++; 
if(a==29){
var v=(document.getElementById('div'+u).offsetTop);//获取图片top位子
if(v==141){return;} //top等于141 就退出 为什么没效果
clearInterval(time);}
o.style.top = (o.style.top.replace('px','')-0 +5);}
var time = window.setInterval(move,1);}