原因: i 没有使用str强转类型
修改如下:
for url in ["ImageUrl_"+str(i) for i in range(10)]:
感谢 @jsqlzy
感谢 @lg-Cat73
原因:印刷错误
感谢 @Judy0513
原因:百度词条的链接链接结构发生改变,不属于程序错误。 修改如下:
links = soup.find_all('a', href=re.compile(r'/item/.*'))
感谢 @Judy0513
smtp_server = 'smtp.163.com'
感谢 @shaodamao
原因:笔误
感谢 @Judy0513
原因:排版问题
感谢 @Judy0513
原因:笔误
感谢 @wushicanASL
原因:笔误
感谢 @wushicanASL
原因:笔误
感谢 @wushicanASL
解决添加如下代码:
fout.write("<head><meta charset='utf-8'/></head>")
感谢 @jsqlzy
修改为:
p2.terminate()
感谢 @Judy0513