import urllib.request
file=urllib.request.urlopen('http://helloworldbook2.com/data/message.txt')
print(file.read())
urllib.request:用于打开和阅读URL
urllib.error:包含由引发的异常urllib.request
urllib.parse:用于解析URL
urllib.robotparser:用于解析robot.txt文件
windows 图像库 https://easyx.cn/download
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)