把php生成静态(html)页面程序类 private $template;//模版 private $file_name;//文件名 private $array;//数据数组 function __construct($file_name, $template, $array) {//构造类 $this->template = $this->read_file($template, "r");//读取模板文件 $this->file_name = $file_name; $this->array =