回答編集履歴

1

chousei

2021/02/22 02:41

投稿

yambejp
yambejp

スコア116661

test CHANGED
@@ -14,8 +14,6 @@
14
14
 
15
15
  const nWin=window.open("","nWin");
16
16
 
17
- nWin.onload=()=>{console.log(1)}
18
-
19
17
  e.target.submit();
20
18
 
21
19
  setTimeout(()=>nWin.close(),100);