$html = file_get_html('https://httpbin.org'); foreach ($html->find('title') as $element) { echo $element->plaintext; // httpbin(1): HTTP Client Testing ...
確定! 回上一頁