アットウィキロゴ

netyyuu

import urllib.request
with urllib.request.urlopen('http://hanabi.2ch.net/morningcoffee/') as response:
   html = response.read()
 
print(html)
最終更新:2016年11月07日 12:47