http_build_query 函数是php5加入的,作用就是把数组或对象转换成url的querystring,代码如下: <?php; */; $data=array(; 'foo'=>'bar' ...
確定! 回上一頁