今天我们就来创建一个控制器;

1 <?php
2 namespace app\index\controller;
3 use think\Controller;
4 
5 class Test extends Controller{
6     public function test()
7     {
8    }

 

相关文章: