netsh interface ip show addresses --- 比如我的显示为:C:\Users\Corywong>netsh interface ip show addresses 接口 "无线网络连接" 的配置 DHCP 已启用: 是 IP 地址: 192.168.3.219 子网前缀: 192.168.3.0/24 (掩码 255.255.255.0)默认网关: 192.168.3...
netsh interface ip set address "本地连接" static 192.168.0.2 255.255.255.0 192.168.0.1 1 回车待出现"确定"2字就完成了IP的改变 其中 192.168.0.2 是你本机的IP 255.255.255.0 是子掩网码 192.168.0.1 是网关 1 是确定 方法二: netsh -c interface dump>c:\ip.txt //把本机网络配置导 分享1赞 xi...