回答編集履歴

1

調整

2019/01/10 05:38

投稿

yambejp
yambejp

スコア114876

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  var a, b, c;
10
10
 
11
- var res=document.getElementById("result");
11
+ var res=document.querySelector("#result");
12
12
 
13
13
  a=document.querySelectorAll('img')[0];
14
14