python 多線程對post請求服務器測試併發

# -*- coding: utf-8 -*- import requests import threading import time class postrequests(): def __init__(self): self.url = '請求網址' self.files = { 'unknown_image':open('劉詩詩.jpg','rb') }
相關文章
相關標籤/搜索