摘要:
<?phpob_start();include ("price.php");$content = ob_get_contents();//取得php页面输出的全部内容$fp = fopen("./price.htm", "w");fwrite($fp, $content);fclose($fp);?> 阅读全文
posted @ 2009-07-19 02:07
小鸡炖蘑菇
阅读(287)
评论(1)
推荐(0)

浙公网安备 33010602011771号