티스토리 뷰

반응형

Python HTTP cURL reponse body 가져오는 법

r = requests.get("http://www.google.com")
print(r.content)
반응형
반응형