使用:

$_POST

$_REQUEST

I('post.')

都不行,

换成:

file_get_contents("php://input");

相关文章:

  • 2022-12-23
  • 2021-12-17
  • 2022-03-06
  • 2021-09-26
  • 2022-12-23
  • 2021-05-22
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2021-10-01
  • 2022-01-01
  • 2022-12-23
  • 2021-10-03
  • 2021-11-12
相关资源
相似解决方案