📜  使用 python 代码示例运行 php websevrer

📅  最后修改于: 2022-03-11 14:45:12.753000             🧑  作者: Mango

代码示例1
import os

os.system('php -S localhost:8000')