[Python] requestsPython / 2017 年 1 月 15 日 2021 年 12 月 17 日 import requests www = requests.get("http://www.google.com") print(www.text)