脚本内容如下: Write-Host "本机IP地址为:"(ipconfig|findstr "IPv4")[1].split(":")[1] -ForegroundColor Green Read-Host "输入任意键退出" 也可以根据你的需求 ...
確定! 回上一頁