使用 http_build_query
NULL 的值将会被会略<?php$arr = array('test' => null, 'test2' => 1);// test2=1echo http_build_query($arr);来源: https://www.php.net/manual/zh/function.http-build-query.php#60523True 和 False 将会被转换成数字<?php$a = [teste1= true,teste2=fal