码迷,mamicode.com
首页 > 其他好文 > 详细

查看本机IP

时间:2020-03-30 16:36:39      阅读:71      评论:0      收藏:0      [点我收藏+]

标签: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

 

查看本机IP

标签:bsp   扩展名   art   config   ipa   利用   本机   nbsp   ip add   

原文地址:https://www.cnblogs.com/xiongmaoshu/p/12599012.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!