我是使用
$data = file_get_contents("php://input");
获取客户端传递的参数,打印如下:
"username=hw&password=fs"。
谢谢!
这个字符序列化一下吧