亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

index控制器的代碼

??? 2019-05-09 19:26:39 372
????:index控制器的代碼 <?php namespace app\admin\controller; use think\Controller; class Index extends Controller {     public function index()  &
index控制器的代碼
<?php
namespace app\admin\controller;

use think\Controller;

class Index extends Controller
{
    public function index()
    {
       return $this->fetch(); 
    }
	
    public function welcome()
    {
       return $this->fetch(); 
    }
}


?? ???:查無此人?? ??:2019-05-10 14:22:12
???? ??:完成的不錯(cuò),return $this->fetch(); 只是展示頁(yè)面,要多寫點(diǎn)邏輯。繼續(xù)加油。

??? ??

?? ??