flashercs 当前离线
中校
@echo off for /f "tokens=5-6" %%A in ('netsh int ipv4 show route ^|findstr /lc:" 0.0.0.0/0 "') do ( netsh int ipv4 set route 0.0.0.0/0 %%A 172.23.112.1 ) pause复制代码
TOP