回答編集履歴
1
修正
test
CHANGED
@@ -38,8 +38,6 @@
|
|
38
38
|
|
39
39
|
function step(){
|
40
40
|
|
41
|
-
console.log(i);
|
42
|
-
|
43
41
|
target.style.top = positionAry[i].y + "px";
|
44
42
|
|
45
43
|
target.style.left = positionAry[i].x + "px";
|