PHP 5.4 内置服务器
windows 下 用 cmd 命令行,cd到 PHP目录下,就是带php.exe的目录下
命令为:php -S localhost:4000
S 为大写。
ctrl+c 停止。