下船代码:
else if(div1.style.marginLeft=="210px"){
div1.style.marginLeft=0;
shipposition1=0;
if(div11=="div1"){
div1.style.marginTop=0;
}
else if(div11=="div2"){
div1.style.marginTop="100px";
}
}
else if(div1.style.marginLeft=="110px"){
div1.style.marginLeft=0;
shipposition2=0;
if(div11=="div1"){
div1.style.marginTop=0;
}
else if(div11=="div2"){
div1.style.marginTop="100px";
}
}