# -*- coding: UTF-8 -*-
"""
@author:JCS
@file:多线Mac.py
@time:2022/08/17
"""
import csv
import random
from threading import Thread
class thread_run(Thread):
def __init__(self):
Thread.__init__(self)
def run(self):
mac()
Maclists = []
a = 0
import random
def RandomEmail( emailType=None, rang=None)
多线程快速生成10w随机邮箱
最新推荐文章于 2024-11-07 14:24:39 发布