Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中创建了一个 PHP 项目。当我需要运行项目时,我需要选择一个特定的文件并运行它。每当我选择项目并单击运行按钮时,如何定义要运行的默认文件?
在运行按钮菜单下选择运行配置。然后选择 PHP CLI 应用程序或 PHP Web 应用程序。您可以在此处指定运行项目时要使用的文件。如果您只启用了一个运行配置,那么这就是您按下运行按钮时将运行的配置。
您可以阅读本文的执行PHP部分以了解更多详细信息。