aikainn 发表于 2017-7-10 16:44:52

billy 发表于 2017-7-10 16:14
全站另存到本地,就是一页页的html了。

:funk::funk::funk::funk:

801023 发表于 2017-7-12 20:34:59

<?
$file = fopen("../../productcn/pumpcn.html","w");
$filenews = file_get_contents('http://xxx.com/productcn/pumpcn.php');
echo fwrite($file,$filenews);
fclose($file);
?>
我曾经这么搞过

aikainn 发表于 2017-7-12 21:35:16

801023 发表于 2017-7-12 20:34
我曾经这么搞过

谢谢了.
页: 1 [2]
查看完整版本: wordpress 能不能生成html啊?

Binom