没什么好解释的,我只是想不出在包含 URL 中使用变量的正确语法
这是我的想法:
$round_num=1;
include '../../fixtures/round{$round_num}fix.php';
它返回通常的:
Warning: include(../../fixtures/round{$round_num}fix.php) [function.include]: failed to open stream: No such file or directory
对于你们所有人来说,这一定是一个非常简单的问题,哈哈,但我在任何地方都找不到我的答案!