return $this->fetch(); 致命錯誤: Call to a member function fetch() on null
致命錯誤:?Call?to?a?member?function?fetch()?on?null
? ?protected function fetch($template = '', $vars = [], $replace = [], $config = []) ? ?{ ? ? ? ?return $this->view->fetch($template, $vars, $replace, $config); ? ?}
2017-08-03
有可能多了 _construct()方法
2017-07-03
Index.php文件中
<?php
namespace app\index\controller;
use think\Controller;
class Index extends Controller
{
2017-06-27
幫頂。。