快速创建php server

mkdir test
mv test.html test
php -S localhost:8082
http://localhost:8082/test.html

原文地址:https://www.cnblogs.com/airwindow/p/4684901.html