【cmd】如何扫描局域网内所有设备的ip和mac地址 2022年2月11日 11:32:08 admin 阅读 (29) 评论 (0) for /L %i IN (1,1,254) DO ping -w 2 -n 1 192.168.0.%i arp -a