ob_start();require_once 'shoudetail.php';file_put_contents($mypath,ob_get_clean());
我把上面的放在for循环里面为什么只会循环一次?求解