回答編集履歴
1
chousei
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
window.addEventListener('DOMContentLoaded', ()=>{
|
8
8
|
|
9
|
-
|
9
|
+
document.querySelectorAll('img').forEach(x=>{
|
10
10
|
|
11
11
|
const src=x.getAttribute('src');
|
12
12
|
|