[過去ログ] 【実験台】 Python 3.0 のお勉強 Part 1 【非互換】 (620レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
615: 2016/04/04(月)21:30 ID:7pib6ALX(1/4) AAS
# Python 3.2
import urllib.requestをつかってみました!
616: 2016/04/04(月)21:36 ID:7pib6ALX(2/4) AAS
# Python 3.2

import urllib.request

def getWebpage():
    fp = urllib.request.urlopen('外部リンク[do]:www.toto-dream.com
    html = fp.read()
    fp.close()
    return html.decode('utf-8')

if __name__ == '__main__':
    print( getWebpage() )
617: 2016/04/04(月)21:39 ID:7pib6ALX(3/4) AAS
# UTF-8
# Python 3.2

import urllib.request

def getWebpage():
    fp = urllib.request.urlopen('外部リンク[do]:www.toto-dream.com
    html = fp.read()
    fp.close()
    return html.decode('utf-8')

if __name__ == '__main__':
    print( getWebpage() )
618: 2016/04/04(月)21:41 ID:7pib6ALX(4/4) AAS
外部リンク:...
正しいURLをつかえばうまくいきます
619: 2016/04/05(火)11:07 ID:l6qN1GDM(1) AAS
ここも潮時だな
620: 2017/03/13(月)17:48 ID:EUXf7VM3(1) AAS
てすs
1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.123s*