在使用 use thinkView 报错 ,提示 think : undefined namespace think
// 请把代码文本粘贴到下方(请勿用图片代替代码)
<?php
namespace appdemocontroller;
use thinkView;
class Index
{
public function index(){
$view=new View(); return $view->fetch('index');
}}
HUH函数
largeQ
随时随地看视频慕课网APP