2021-12-23
cmd常用命令
常用命令查看当前目录 pwd
清屏 clear
查看全部端口 netstat -aon
查看某个端口 netstat -aon|findstr(grep 批处理模式下使用) 端口
netstat -aon|findst
2021-12-23