ツギハギ日記 -Tsugi Hagi Diary-
窓際エンジニアの日記 -試験運用中-
2012/12/02
【python3】urllib メモ
python3 urllibモジュールの使い方のメモ
>>>import urllib.request
>>>res = urllib.request.urlopen('http://www.yahoo.co.jp/')
>>>html = res.read()
>>>u = res.decode('utf-8','strict')
新しい投稿
前の投稿
ホーム
登録:
投稿 (Atom)