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.
我知道获取 http 请求正文中参数使用的细节。但是,只是在寻找一种方法来获取获取 http 请求的主体。
根据规范获取请求没有正文,但如果有,那file_get_contents("php://input");将是您最好的选择
file_get_contents("php://input");