php獲取遠程頁面上的所有鏈接

獲取遠程頁面上的所有鏈接   1 2 3 4 5 6 7 8 9 10 11 $html  =  file_get_contents ( 'http://www.php100.com' ); $dom  =  new  DOMDocument(); @ $dom ->loadHTML( $html ); // grab all the on the page $xpath  =  new  DOM
相關文章
相關標籤/搜索