python web 읽기

Posted 2013. 3. 6. 16:46

import urllib
S = urllib.urlopen('http://127.0.0.1').read()
print S