在使用 use thinkView 报错 ,提示 think : undefined namespace think
// 请把代码文本粘贴到下方(请勿用图片代替代码)<?phpnamespace appdemocontroller;
use thinkView;
class Index{
public function index(){ $view=new View(); return $view->fetch('index'); }
}
largeQ
相关分类