84669인 학습
152542인 학습
20005인 학습
5487인 학습
7821인 학습
359900인 학습
3350인 학습
180660인 학습
48569인 학습
18603인 학습
40936인 학습
1549인 학습
1183인 학습
32909인 학습
Big guys
URL 링크는 다음과 같습니다 https://www.baidu.cn/?d&b_scene_zt=1&renqun_youhua=375297
첫번째는 어떻게 구하나요? 다음 매개변수는 어떻습니까?
$test = parse_url("http://localhost/index.php?name=tank&sex=1#top");print_r($test);
试试
试一下
$url = "https://www.baidu.cn/?d&b_scene_zt=1&renqun_youhua=375297";echo parse_url($url)['query'];$str = explode("&",parse_url( $url)['query']);
echo '<pre>'.print_r($str,true).'';
$test = parse_url("http://localhost/index.php?name=tank&sex=1#top");print_r($test);
试试
试一下
$url = "https://www.baidu.cn/?d&b_scene_zt=1&renqun_youhua=375297";echo parse_url($url)['query'];$str = explode("&",parse_url( $url)['query']);
echo '<pre>'.print_r($str,true).'';