PHP built-in web server 作者: guiyumin 时间: 2019-01-20 分类: 教程 php -S localhost:8080 即可;如果要指定某个具体目录里的index.php或index.html,需要加个-t选项,例如,php -S localhost:8080 -t public/ 标签: PHP, built-in