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

原创 2019-05-26 14:37:21 181
摘要: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();

   }

}

批改老师:天蓬老师批改时间:2019-05-27 09:03:29
老师总结:你的学习态度有问题 Index里面的代码也不知道够1 00个字不 <?php namespace app\admin\controller; use think\Controller; class Index extends Controller { public function index(){ return $this->fetch();

发布手记

热门词条

关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号