二十六行是不是少了引号?
for l in h_soup.find_all("img",class_ = re.compile("align.+"),src = re.compile(".{3,4}[ DISCUZ_CODE_0 ]quot;)):
cy黄虫
beautifulsoup怎么使用pip install安装出现报错
学习一下
6
差距怎么这么大呀
先頂再看
营长的大炮 发表于 2020-3-28 08:55
file = open(where+"\"+"%s_%d.gif" % (str1,count),'wb')
这样就好了file = open(where+"\"""+"%s_%d.gif" % (str1,count),'wb')
叼辣条闯世界 发表于 2021-7-10 08:15
二十六行是不是少了引号?
for l in h_soup.find_all("img",class_ = re.compile("align.+"),src = re.com ...
少了个"
yishuiliangan 发表于 2020-7-13 20:09
C:%users\lenovo\PycharmProjects%untitled\venv\Scripts\python.exe C:/Users/lenovo/PycharmProjects/unt ...
这样就好了file = open(where+"\"""+"%s_%d.gif" % (str1,count),'wb')