1.数组转换成查询字符串$data = array( 'name' => 'zhangsan', 'age' => 13, 'job' => 'dirver');$query_str = http_build_query($data);echo ...
確定! 回上一頁