<div>passing</div>
<?php echo 'here...'; // 代码 清除第一个echo的输出内容的“代码” echo 'there...'; exit;
?>
有没有办法 只输出第二个echo的内容‘there...’(前提是两个echo代码都不能删除,之前还有必须得输出的内容(顶部的div),而只想得到第二个echo输出的内容‘there...’)