
Python错误
程序帝国
一个 还没有向生活低头的傻子
展开
-
AttributeError: module 'urllib' has no attribute 'request'
AttributeError: module ‘urllib’ has no attribute ‘request’代码:import osimport randomimport urllibdef imgdon(url): img_url = url file_path = 'D:/book/tvimg/' file_name = "tvimg" + str...原创 2018-12-05 21:53:22 · 2774 阅读 · 1 评论 -
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。错误结果:Traceback (most recent call last): File "G:/python图片下载/dianshiju_db.py", line 25, in <module> print(imgdon("http://tupian.tup...原创 2018-12-05 22:09:18 · 108100 阅读 · 18 评论