python cannot use a string pattern on a bytes-like
解决
urllib.request.urlopen(url).read().decode(“utf-8”)
Python踩坑记录
最新推荐文章于 2022-09-17 13:07:50 发布
python cannot use a string pattern on a bytes-like
解决
urllib.request.urlopen(url).read().decode(“utf-8”)