PHP中include和require的区别实例分析 先编辑command.php文件echo'hello'.PHP_EOL;然后编辑console.php文件for($i=1;$i<=3;++$i){require'command1.php' PHP中include()与require()的区别