用bat批處理自動修改本機IP地址

@ECHO OFF @ECHO ----------  設置本機IP地址  ---------- if {%1}=={} netsh interface IP set address "本地連接" static 192.168.1.88 255.255.255.0 >nul if NOT {%1}=={} netsh interface IP set address "本地連接" static %
相關文章
相關標籤/搜索