python+threading,实现简单的接口并发测试

# -*- coding:utf-8 -*-import threadingfrom utils import httpUtilfrom settings import envclass MyThread(threading.Thread): def __init__(self, event, bo
posted @ 2024-05-28 15:42  happyyangyanghappy  阅读(5)  评论(0编辑  收藏  举报