質問編集履歴
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);//今
|
47
|
+
console.log(this.id);//今setInterevalをloadしている対象オブジェクトがimage0/image1かを出力したいがthisでは参照できない
|
48
48
|
|
49
49
|
console.log(image1.id)//こういう指定方法はなしで
|
50
50
|
|
1
訂正
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
|
47
|
+
console.log(this.id);//今動いてるimage0/image1を出力したいがthisでは参照できない
|
48
48
|
|
49
49
|
console.log(image1.id)//こういう指定方法はなしで
|
50
50
|
|