python OSError: [Errno 22] Invalid argument: 'D:\\crawle\x01.html1'
摘要:
import urllib.request file = urllib.request.open("http://www.baidu.com") data = file.read() print(data) fhandle = open("D:\crawle\html1","wb") fhandle 阅读全文
posted @ 2017-09-29 21:26 JETIME庚 阅读(2980) 评论(1) 推荐(0) 编辑