摘要: $params = [ 'a' => 'hello', 'b' => true, 'c' => false, ]; echo http_build_query($params); 输出:a=hello&b=1&c=0 阅读全文
posted @ 2022-03-23 15:59 浮尘微光 阅读(145) 评论(0) 推荐(0) 编辑