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
浙公网安备 33010602011771号