ICode9

精准搜索请尝试: 精确搜索
  • 批量ping IP2022-09-13 15:30:10

    # 批量ping IP import argparse import os import platform import time def PingCmd(): cmdStr = '' if platform.system()=='Linux': cmdStr = 'ping -c 1 %s > /dev/null' else: cmdStr = 'ping -n 1 %

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有