Sublime Text 3 运行 PHP
2018-10-18 本文已影响9人
Success85
{
"cmd": ["php", "$file"],
"file_regex": "php$",
"selector": "source.php",
"encoding": "cp936",
}
保存为:php.sublime-build
{
"cmd": ["php", "$file"],
"file_regex": "php$",
"selector": "source.php",
"encoding": "cp936",
}
保存为:php.sublime-build