批量扫描器

    xiaoxiao2025-02-12  23

    txtf = open("/test.txt", "r") txtlist = [l.strip() for l in txtf.readlines()] # 去行结束符 txtf.close()
    转载请注明原文地址: https://ju.6miu.com/read-1296374.html
    最新回复(0)