質問編集履歴

1

window.open('https://....', '_blank') <-- _blankオプションを追記

2020/01/16 11:57

投稿

GoTakahana
GoTakahana

スコア8

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```
16
16
 
17
- window.open('https://....')
17
+ window.open('https://....', '_blank')
18
18
 
19
19
  ```
20
20