error_reporting(0); header('Content-Type: text/html; charset=utf-8'); //header不可少 ob_end_flush(); ob_implicit_flush(); echo str_repeat(" ",1000); //某些浏览器要达到足够的长度才输出,所以填充空格 @session_start(); $c_file = "counter.dat"; if(!file_exists($c_file)){ $myfile=fopen($c_file,"w"); fwrite($myfile,"18656590"); fclose($myfile); } $counter = intval(file_get_contents($c_file)); $counter ++; if(!$_SESSION['chinagolf']){ $_SESSION['chinagolf'] = true; if($fp = fopen($c_file,"w")){ flock($fp,LOCK_EX); fwrite($fp,$counter); flock($fp,LOCK_UN); fclose($fp); } } for($i=1;$i<=strlen($counter);$i++){ echo"document.write ('