回答編集履歴

1

typo

2018/05/31 12:51

投稿

yambejp
yambejp

スコア114775

test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  var xhr = new window.XMLHttpRequest();
62
62
 
63
- xhr.open("post","y.php");
63
+ xhr.open("post","recv.php");
64
64
 
65
65
  xhr.responseType = 'blob';
66
66