$get_content = file_get_html($get_url); foreach($get_content->find('body') as $element) { $page_body = trim($element->plaintext);
確定! 回上一頁