<?php $document_root = $_SERVER['DOCUMENT_ROOT']; $wd = readfile("$document_root/justfortest.php"); echo htmlspecialchars($wd); ?>
上面是原码
上面是结果
上面是浏览器查看原代码结果