Mengter8 opened this issue 5 years ago · 0 comments
版本 Python 3.8.0 WIN10 40行 f.write(info.encode("utf-8") + "\n") 添加不了,后改为 f.write(info + "\n")
33行 info = u'%s\t%s -- %s 数据包大小:%d 标题:%s' % (ip,host,scheme+host,len(res.text),title) 建议第三个实参改为把host去掉 更简洁一点