标签:关注 url 文章 tps min listt post hang https
形成的链接: http://localhost/index/cate/listt?id=123&name=dopost ``` $uurl_array =array ( ‘id‘ =>123, ‘name‘ => ‘dopost‘ ); $now_url = ‘http://‘.$_SERVER[‘HTTP_HOST‘].‘/index/cate/listt?‘.http_build_query( $uurl_array ); echo $now_url; ``` > 更多精彩文章请关注 [王明昌博客](https://www.wangmingchang.com)标签:关注 url 文章 tps min listt post hang https
原文地址:https://www.cnblogs.com/wmc1125/p/11884598.html