Controller檔案下ServerinfoController.class.php
<?php
#namespace Admin\Controller;
use Think\Controller;
#class ServerinfoController extends controller{
public function Serverinfo(){
require 'info.php';
$this->display();
}
}
?>
info.php這檔路徑怎麼寫,可以引用View/con,con資料夾下info. php路徑.而不是引用根目錄www下info.php
#######