我似乎无法在sublimetext3上使用php
我试过了:
{
"cmd": ["PHP", "$file"]
}将其保存在C:\Users\ \AppData\Roaming\Sublime Text 3\Packages\User下
但是当我尝试执行这段代码时:
<?php
echo"It worked"
?>我得到了这个错误:
[WinError 2] The system cannot find the file specified发布于 2019-05-31 03:28:11
你需要运行一个服务器。这可以使用Apache或NGINX甚至IIS完成,或者使用内置服务器,但建议使用xampp:
http://learningcn.com/SublimeServer/
https://stackoverflow.com/questions/56383115
复制相似问题