Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: XMLHttprequestは空の投稿を送信します
Javascript部分
PHP部分
<?php echo $_REQUEST['p'] ?>
ただのばかげた問題ですが、私は本当にここで立ち往生しています
コンテンツタイプを設定する必要があるため、phpはリクエスト本文の処理方法を認識します
x.setRequestHeader("Content-type","application/x-www-form-urlencoded");