if判断为什么写<0不行,求解答
var hide=document.getElementById('hide'); var hover=document.getElementById('hover'); var strmove=function(){ if (hide.offsetLeft<0){timming=setInterval(function(){hide.style.left=hide.offsetLeft+10+'px'},30)} }; var timming=null; hover.onmouseover=function() { strmove(); };