08 2020 档案

摘要:python3的urllib结构与python不太一样了,可以作以下修改:urllib.parse.urlencode。 python2与python3对比 python2python3 import urllib2 import urllib.request,urllib.error import 阅读全文
posted @ 2020-08-03 10:54 胖鲸 阅读(624) 评论(0) 推荐(0)
摘要:pip install urllib2 提示找不到包: Note The urllib2 module has been split across several modules inPython 3 named urllib.request and urllib.error.The 2to3 to 阅读全文
posted @ 2020-08-03 10:48 胖鲸 阅读(1536) 评论(0) 推荐(0)