回答編集履歴

1

typo

2025/06/10 12:12

投稿

yambejp
yambejp

スコア117780

test CHANGED
@@ -3,7 +3,7 @@
3
3
  <input type="button" id="btn" value="btn">
4
4
  <script>
5
5
  btn.addEventListener('click',()=>{
6
- coust url='・・・';
6
+ const url='・・・';
7
7
  const method='post';
8
8
  const body=new URLSearchParams({x:1,y:2});
9
9
  const headers= {