Appearance
telnet 命令:Linux & windows 都可以使用
telnet
telnet 192.168.209.121 123
nc 命令
nc
nc -vuz 192.168.209.121 123
-u
-v
-z
实际使用时可以只用-u参数。