PHP 结合 js 来实现咯....<body>
在这个位置输出<span id=kk></span>
</body>
<?
$a="haha";
echo "<script>document.all.kk.innerText=$a;</script>";
?>