回答編集履歴

1

chousei

2021/05/12 02:25

投稿

yambejp
yambejp

スコア116734

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  document.querySelectorAll('.a[value="1"]').forEach(x=>{
22
22
 
23
- x.checked=x.value=="1";
23
+ x.checked=true;
24
24
 
25
25
  });
26
26