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>

0 人点赞