📜  python ping api - Python 代码示例

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

代码示例2
st = Speedtest()
    print("Download:=>", st.download())
    print("upload:=>", st.upload())
    st.get_servers([])
    print("Ping :=>", st.results.ping)