我就安安静静的学习,练习项目

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

Index里面的代码也不知道够1 00个字不

<?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:你的学习态度有问题 Index里面的代码也不知道够1 00个字不 <?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index(){ return $this->fetch();

Release Notes

Popular Entries