如果是php服务器端,接收直接用: $data = $_GET['username']; $data =$_POST['username']; $allData = file_get_contents('php://input'); //全接收