Write the web page content to a local file to save it. >>> with open('./google.html', 'w', encoding='utf8') as fp: ... fp.write(page_content).
確定! 回上一頁