回答編集履歴

1

chousei

2021/07/30 08:46

投稿

yambejp
yambejp

スコア116734

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  window.addEventListener('DOMContentLoaded', ()=>{
8
8
 
9
- [...document.querySelectorAll('img')].forEach(x=>{
9
+ document.querySelectorAll('img').forEach(x=>{
10
10
 
11
11
  const src=x.getAttribute('src');
12
12