php页面跳转
迷茫
迷茫 2017-04-10 16:15:20
0
1
636

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

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

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

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

Antworte allen(1)
PHPzhong

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

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!