JSON などでデータ送信する場合と違って、FormData オブジェクトに詰め込んだ内容は ... fd = new FormData(f1); const xhr = new XMLHttpRequest(); xhr.open("POST", ...
確定! 回上一頁