回答編集履歴
1
更新
test
CHANGED
@@ -3,3 +3,5 @@
|
|
3
3
|
fetch("info.txt").then(res=>res.text()).then(alert);
|
4
4
|
|
5
5
|
```
|
6
|
+
|
7
|
+
※調整
|