echo offcolor 0aclstitle 局域网IP查for /L %%i in(1,1,254) do ping -w 2 -n 1 192.168.0.%%I && echo 192.168.0.%%i >>局域网IP查.txtpauseexit