You want file_get_html because file_get_contents will load the response body into a string but file_get_html will load it into simple-html-dom.
確定! 回上一頁