<?php
$html=file_get_contents("xxxxxx");
//写入文件
$fp = fopen('index.html','w');
if(fwrite($fp,$html)){
echo "生成成功!";} else{
echo "生成失败";}
fclose($fp);
?>
如果你的服务器速度比较慢,生成首页静态化有利于SEO和首页加载。
- 本文固定链接: http://ttfde.top/index.php/post/231.html
- 转载请注明: admin 于 TTF的家园 发表
《本文》有 0 条评论