프로그래밍언어/Python
파이썬 쿠키유지
부산딸랑이
2015. 2. 1. 11:15
req= urllib.request.Request(url)
r=urllib.request.urlopen(req)
c = r.headers.get('Set-Cookie')