abstract:<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index() &n
<?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index() { //渲染模板 return $this->fetch(); } public function welcome() { //渲染模板 return $this->fetch(); } }
Correcting teacher:查無(wú)此人Correction time:2019-02-18 09:17:57
Teacher's summary:頁(yè)面渲染出來(lái),給點(diǎn)顯示數(shù)據(jù)呀。繼續(xù)加油。