回答編集履歴

1

ごみ

2022/04/18 01:40

投稿

yambejp
yambejp

スコア114876

test CHANGED
@@ -14,7 +14,7 @@
14
14
  fetch(url,{method,body}).then(res=>res.text()).then(console.log);
15
15
  });
16
16
  });
17
- </script>a
17
+ </script>
18
18
  <form action="・・・" method="post" enctype="multipart/form-data">
19
19
  <input type="file" id="image" name="myfile">
20
20
  <input type="button" value="upload" id="upload">