📜  如何使用 python 代码示例进行速度测试

📅  最后修改于: 2022-03-11 14:46:41.858000             🧑  作者: Mango

代码示例1
import os
#this command will install speedtest-cli
#after one time use comment this next line |
os.system("pip install speedtest-cli")#<---|
os.system("speedtest-cli")