PHP生成静态页:

$info = file_get_contents($url);

$html_url = __ROOT__."******.html";

if(file_put_contents($html_url,$info)){

echo $html_url."静态页生成成功";