質問編集履歴

1

コードを入れました

2021/12/30 15:32

投稿

doere
doere

スコア1

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- ↓ここの何処に入れるのか教えてください。
10
-
11
-
12
-
13
- const http = require('http');
9
+ ```const http = require('http');
14
10
 
15
11
  const querystring = require('querystring');
16
12
 
@@ -148,4 +144,4 @@
148
144
 
149
145
  .catch(console.error);
150
146
 
151
- }
147
+ }```