<?php include_once '../../constant.php'; // 載入伺服器參數 include_once "../theme.php"; // 載入 site 布景,順便會載入 site 常、變數,連資料庫 $str=…; if(!isset($_REQUEST['ajax'])){echo $html1;} echo $str; if(!isset($_REQUEST['ajax'])){echo $html2;} ?>