php文件本身并没有数字,但是在浏览器输出后却出现了数字

<?php 
$document_root = $_SERVER['DOCUMENT_ROOT'];
$wd = readfile("$document_root/justfortest.php");
echo htmlspecialchars($wd);
?>

这是原代码,

这是输出结果

这是浏览器查看原代码的结果。

有没有哪位大神能为我解答一下

猜你喜欢

转载自www.cnblogs.com/vic-scott/p/9453387.html
今日推荐