質問編集履歴

1

urls のURLを同一サイトに変更

2023/08/01 04:45

投稿

zappy
zappy

スコア3

test CHANGED
File without changes
test CHANGED
@@ -29,8 +29,8 @@
29
29
  ```JavaScript
30
30
  const outputDiv = document.getElementById('output');
31
31
  const urls = [
32
- 'https://example.com',
32
+ 'https://example.com/search/from-a',
33
- 'https://example.net'
33
+ 'https://example.com/search/from-b'
34
34
  ];
35
35
 
36
36
  // 並列リクエストを実行する関数