Maison  >  Questions et réponses  >  le corps du texte

php页面跳转

test.php
<?php
echo "a";
header("location: b.php");
?>

b.php
<php
echo "b";
?>

为什么在页面上没有任何内容输出?

迷茫迷茫2720 Il y a quelques jours612

répondre à tous(1)je répondrai

  • PHPz

    PHPz2017-04-10 16:17:20

    竟然没有报错,果然是关闭了display error。

    répondre
    0
  • Annulerrépondre