<?phpinclude "simple_html_dom.php" ; //加载simple_html_dom.php文件 $html = file_get_html('http://www.google.com/'); //获取html$dom = new simple_html_dom(); ...
確定! 回上一頁