$file = file($filename);
$showBridgeInter = <<<EOT
//这一部分是你读和写的网页
$file;
EOT;
echo $showBridgeInter;
exit;