質問編集履歴

2

追記

2021/06/08 18:55

投稿

Position-X
Position-X

スコア2

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  setInterval(function(){
46
46
 
47
- console.log(this.id);//今るimage0/image1を出力したいがthisでは参照できない
47
+ console.log(this.id);//今setInterevalをloadしている対象オブジェクトがimage0/image1を出力したいがthisでは参照できない
48
48
 
49
49
  console.log(image1.id)//こういう指定方法はなしで
50
50
 

1

訂正

2021/06/08 18:54

投稿

Position-X
Position-X

スコア2

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  setInterval(function(){
46
46
 
47
- console.log(this.id);//image0image1を出力したいがthisでは参照できない
47
+ console.log(this.id);//今動いてるimage0/image1を出力したいがthisでは参照できない
48
48
 
49
49
  console.log(image1.id)//こういう指定方法はなしで
50
50