windows 使用 ,ping is recognized as internal or external command
参考链接:http://blog.youkuaiyun.com/logao2012/article/details/44201369
原来是 环境变量 的PATH中没有了一项:C:\windows\system32
所以在PATH 中新建一条,内容为 C:\windows\system32
问题就解决了!
参考链接:http://blog.youkuaiyun.com/logao2012/article/details/44201369
原来是 环境变量 的PATH中没有了一项:C:\windows\system32
所以在PATH 中新建一条,内容为 C:\windows\system32
问题就解决了!