$this->load->library('simple_html_dom'); // Create DOM from URL or file $html = $this->simple_html_dom->file_get_html($next_page); // Find ...
確定! 回上一頁