You can use something like this: import requests import lxml.html html_string = requests.get("https://plus.google.com/").content body ...
確定! 回上一頁