标签: php iframe include
在PHP中,我想在index.php文件中显示一个静态HTML文件。当我使用iframe时,一切正常,但我想使用include函数。我使用__FILE__或__DIR__,但问题仍然存在 HTML iframe和PHP include之间存在哪些差异?
iframe
include
__FILE__
__DIR__