$html = new simple_html_dom(); // Load HTML from a string $html->load('<html><body>Hello!</body></html>'); // Load HTML from a URL
確定! 回上一頁