將下列代碼保存為 task.php ,然后在主頁的靜態(tài)HTML結尾引入下面的JS。
<scriptlanguage="javascript"src="task.php"></script>
06 |
$dmPageName = "index.php" ; |
08 |
$stPageName = "index.html" ; |
12 |
$tureStFile =dirname( __FILE__ ). '/' . $stPageName ; $ftime =@ filemtime ( $tureStFile ); if (! file_exists ( $tureStFile )||( $ftime <time()- $mkTime )){ $body = file_get_contents ( $baseCmsUrl . '/' . $dmPageName ); $fp = fopen ( $tureStFile , 'w' );fwrite( $fp , $body );fclose( $fp );} |
|
06 |
$dmPageName = "index.php" ; |
08 |
$stPageName = "index.html" ; |
12 |
$tureStFile =dirname( __FILE__ ). '/' . $stPageName ; $ftime =@ filemtime ( $tureStFile ); if (! file_exists ( $tureStFile )||( $ftime <time()- $mkTime )){ $body = file_get_contents ( $baseCmsUrl . '/' . $dmPageName ); $fp = fopen ( $tureStFile , 'w' );fwrite( $fp , $body );fclose( $fp );} |
本文出自:億恩科技【mszdt.com】
服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]
|