欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

批處理實(shí)現(xiàn)ping數(shù)據(jù)中文版

 更新時間:2009年06月02日 18:49:57   作者:  
將ping返回的數(shù)據(jù),中文化輸出。
復(fù)制代碼 代碼如下:

@echo off
color f2
echo.
set for=于
set of=的
set with=用
set in=(以
set data:=數(shù)據(jù)
set milli-seconds:=毫秒為單位)
set Approximate=大約
set times=時間:
set round=來回
set trip=行程
set Reply=應(yīng)答
set from=來自
set bytes=字節(jié)
set time=時間:
set timed=時間
set out=超過
set statistics=統(tǒng)計(jì)
set Packets:=包:
set Sent=已發(fā)送=
set Received=已收到=
set Lost=已丟失=
set loss)=丟失)
set Minimum=最小值=
set Maximum=最大值=
set Average=平均值=
set TTL=TTL=
setlocal enabledelayedexpansion
set a=
set/p a=請輸入要ping的網(wǎng)址或IP
for /f "delims=" %%i in ('ping %a%') do (
set ret=
for %%a in (%%i) do if defined %%a (set ret=!ret!!%%a!) else set ret=!ret! %%a
if not "!ret!"=="" (set ret=!ret:time=時間! && echo !ret!) else echo.
)
pause>nul

相關(guān)文章

最新評論