bootstrap pre代码块 2019-07-07 15:22:20 浏览数 (1) str<pre> while True: status = os.system("ping -c 1 www.baidu.com") if status == 1: print('wifi掉线') os.system('netsh wlan connect name=802.1x') else: print('连接状态') time.sleep(180) </pre> com connect ping sleep status 0 人点赞 上一篇:分享雷军22年前编写的代码