作为服务端,怎么获取客户端通过httppost发送过来的参数

2025-04-17 20:33:57
推荐回答(1个)
回答1:

header('Content-Type:application/octet-stream');header('Content-Length:'.strlen($data));echo$data;exit();