Search Results for 'python/예시'

1 POSTS

  1. 2013.03.06 python web 읽기

python web 읽기

Posted 2013. 3. 6. 16:46

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