不挂科搜题免费

问题:

在PHP中,以下哪个选项是正确的文件包含语句?

选项

  • include "config.php";

  • import "config.php";

  • require_once "config.php";

  • all of the above

  • 答案:

    D