HTML 檔案:每 5 秒自動重新整理自己一次。url=''(兩個單引號) <meta http-equiv="refresh" content="5;url=''" /> PHP 檔案:每 5 秒自動重新整理自己一次。 <?php header('refresh: 5;url=""') ?> 其實都是發 HTTP header:HTML 使用 <meta>,PHP 使用 header 函式。 <!-- google_ad_client = "ca-pub-0377503527001040"; /* 336 x 280 廣告 */ google_ad_slot = "9435492083"; google_ad_width = 336; google_ad_height = 280; //-->