サマリー:<?phpnamespace app\admin\controller;//use think\facade\View; //view創(chuàng)建靜態(tài)代理use think\Controller;class Index extends Controller{ public function index() {&nbs
<?php
namespace app\admin\controller;
//use think\facade\View; //view創(chuàng)建靜態(tài)代理
use think\Controller;
class Index extends Controller
{
public function index()
{
return $this->fetch();
}
//模板渲染
public function welcome()
{
return $this->fetch();
}
}
添削の先生:查無此人添削時間:2019-06-13 09:14:45
先生のまとめ:完成的不錯。多看thinkphp的文檔,多練習功能,很快就能上手。繼續(xù)加油。