1、使用 php -r 命令直接执行代码,示例:php -r "echo 'hello world';" 2、新建一个PHP文档,示例: 3、使用 php -f 执行该文件,php -f 后跟文件的相对路径,或者绝对路径 推荐教程:PHP视频教程