티스토리 뷰

728x90
import urllib.request

url = "http://seunggabi.com"
res = urllib.request.urlopen(url)
print(res.status)

 

[출처] https://korbillgates.tistory.com/210

728x90
댓글