Skip to content

检测保存不了 #3

Description

@Mengter8

版本 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去掉 更简洁一点

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions