8
在命令提示符下,PHP不被识别为内部或外部命令
使用以下命令运行命令时出现以下错误 php C:\xampp\htdocs>php 'php' is not recognized as an internal or external command, operable program or batch file. php在以下路径中运行命令时,我没有收到任何错误: C:\xampp\php>php //do not got error here 为什么会出现此错误? 无法将“ php”识别为内部或外部命令,可操作程序或批处理文件。