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");