摘要: $cacheTime) { $content = ob_get_contents(); //取得php页面输出的全部内容 $fp = fopen($cacheFile, "w"); //输出内容写入文件 fwrite($fp, $content); fclose($fp); } else { echo $content = file_get_contents($... 阅读全文
posted @ 2016-09-09 18:20 comsky 阅读(175) 评论(0) 推荐(0)