... file_get_html('http://www.example.com/'); // Find all h1 tags and print their contents foreach($html->find('h1') as $h1) { echo $h1->innertext . '<br> ...
確定! 回上一頁