在使用 use thinkView 报错 ,提示 think : undefined namespace think
// 请把代码文本粘贴到下方(请勿用图片代替代码)
<?php
namespace appdemocontroller;
use thinkView;
class Index
{
public function index()
{
$view=new View();
return $view->fetch('index');
}
}
慕姐8265434
不负相思意
幕布斯6054654