看一些关于爬虫的资料上说 telnet 是 PYTHON 自带的,且默认端口是 6023。我在 PYTHTON3 的终端模式下输入命令:telnet localhost 6023,结果报错如下,请问是怎么回事呢?谢谢!
无法将“ telnet ”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后重试。
所在位置 行:1 字符: 7
+ telnet <<<< localhost 6023
+ CategoryInfo : ObjectNotFound: (telnet:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
无法将“ telnet ”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后重试。
所在位置 行:1 字符: 7
+ telnet <<<< localhost 6023
+ CategoryInfo : ObjectNotFound: (telnet:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException