js div 随着键盘上下左右箭头移动
.box{
width: 10px;
height: 10px;
background-color: #ccc;
position:absolute;
}
重点:offsetTop offsetLeft
.box{
width: 10px;
height: 10px;
background-color: #ccc;
position:absolute;
}
重点:offsetTop offsetLeft