$html = new simple_html_dom();. // Load HTML from a HTML file. $html->load_file('path-to-file/example.html');. // Load HTML from an URL.
確定! 回上一頁