标签:bsp 扩展名 art config ipa 利用 本机 nbsp ip add
查看本机IP,嗯,这个有点乱 我之前利用它做别的事情了 懒得修改了。
新建批处理bat文件, .txt→.bat 改扩展名或txt里另存为.bat就可以
@echo off
ipconfig ^ | findstr "IP address" >ipadd.txt
for /f "tokens=2 delims=:" %%i in (ipadd.txt) do set ip=%%i
echo 查看并显示当前IP地址为: %ip%
ping 127.0.0.1 -n 3 >nul
start ipadd.txt
cls
标签:bsp 扩展名 art config ipa 利用 本机 nbsp ip add
原文地址:https://www.cnblogs.com/xiongmaoshu/p/12599012.html