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

我就安安靜靜的學(xué)習(xí),練習(xí)項(xiàng)目

Original 2019-05-26 14:37:21 100
abstract:Index里面的代碼也不知道夠1 00個(gè)字不<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{    public function index(){        return $this->

Index里面的代碼也不知道夠1 00個(gè)字不

<?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:天蓬老師Correction time:2019-05-27 09:03:29
Teacher's summary:你的學(xué)習(xí)態(tài)度有問題 Index里面的代碼也不知道夠1 00個(gè)字不 <?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index(){ return $this->fetch();

Release Notes

Popular Entries