JS实现元素上下左右移动【点击查看详情】
<;<。DOCTYPE html>;<;html lang=";en";>;<;head>;<;meta charset=";UTF-8";>;<;title>;Document<;/title>;<;style>;a {cursor: pointer;}#cell {width: 30px;height: 30px;background: red;position: relative;left: 0;top: 0;}<;/style>;<;/head>;<;body onload=";move()";>;<;p>;/p>;<。