Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当在win7中我ping一些ip时,结果是这样的“来自113.164.49.22的回复:字节=32时间=256ms TTL=47”是否有任何命令可以将输出更改为时间
ping /?提供帮助。它不显示仅显示时间的选项。
ping /?
拼凑一个使用正则表达式去除时间部分的 Powershell 脚本应该不难。