摘要: def control_sim(enable=True): if enable: command = "netsh interface set interface name=grantSim admin=enable" subprocess.run(command, shell=True) time 阅读全文
posted @ 2025-07-27 20:26 CrossPython 阅读(11) 评论(0) 推荐(0)