ensp-网络编程与自动化-Python-VScode python 代码 import linecache import telnetlib import time huawei_router='10.1.1.1' #远程连接的ip地址 huawei_user='huang' #用户名 huawei_pass='123' #密码 huawei_telnet